linux - rename cron

This commit is contained in:
bunkerity
2021-08-18 17:46:28 +02:00
parent fd52bb7c8d
commit a824e15684
4 changed files with 5 additions and 13 deletions

View File

@@ -13,4 +13,6 @@ rm -f /lib/systemd/system/anaconda.target.wants/*;\
rm -f /lib/systemd/system/*tmpfiles*;\
rm -f /lib/systemd/user/*tmpfiles*;\
find /lib/systemd/ -type f -iname "*.service" -exec rm -f {} \;;\
find /etc/systemd/ -type f -iname "*.service" -exec rm -f {} \;
find /etc/systemd/ -type f -iname "*.service" -exec rm -f {} \;;\
find /lib/systemd/ -type f -iname "*.timer" -exec rm -f {} \;;\
find /etc/systemd/ -type f -iname "*.timer" -exec rm -f {} \;