mirror of
https://github.com/azlux/log2ram.git
synced 2023-10-10 13:37:24 +02:00
c399b4039e
> Closes #84 > Closes #77
8 lines
197 B
Bash
Executable File
8 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
|
|
systemctl -q is-active log2ram.service && systemctl stop log2ram.service
|
|
systemctl -q is-active log2ram-daily.timer && systemctl stop log2ram-daily.timer
|
|
rm -rf /var/hdd.log
|
|
|
|
exit 0
|