log2ram/debian/preinst

8 lines
197 B
Plaintext
Raw Normal View History

2019-12-19 16:51:27 +01:00
#!/bin/bash
systemctl -q is-active log2ram.service && systemctl stop log2ram.service
systemctl -q is-active log2ram-daily.timer && systemctl stop log2ram-daily.timer
2019-12-19 16:51:27 +01:00
rm -rf /var/hdd.log
2020-02-05 14:47:31 +01:00
exit 0