agri_xumu/cron_set.sh

7 lines
102 B
Bash
Raw Normal View History

2024-02-27 09:59:28 +08:00
#!/bin/bash
set -e
sudo crontab <<-EOF
`sudo crontab -l`
2024-02-27 10:03:03 +08:00
0 */1 * * * systemctl restart supervisor
2024-02-27 09:59:28 +08:00
EOF