agri_xumu/cron_set.sh

7 lines
107 B
Bash
Raw Normal View History

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