linux - rename cron
This commit is contained in:
@@ -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 {} \;
|
||||
|
||||
Reference in New Issue
Block a user