diff --git a/cron_set.sh b/cron_set.sh index fa4786b..d8ea7c1 100644 --- a/cron_set.sh +++ b/cron_set.sh @@ -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