This commit is contained in:
xyj 2024-02-27 10:32:16 +08:00
parent c4ae98019e
commit 468adc552e
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#!/bin/bash
set -e
sudo crontab <<-EOF
`sudo crontab -l`
0 */1 * * * systemctl restart supervisor
0 0 * * * /sbin/reboot
EOF