This commit is contained in:
xyj 2024-02-27 10:03:03 +08:00
parent 9ade7ab870
commit e8c4113072
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
set -e
sudo crontab <<-EOF
`sudo crontab -l`
0 * * * * bash /home/admin/cron/del_log.sh
0 */1 * * * systemctl restart supervisor
EOF