update
This commit is contained in:
parent
c4ae98019e
commit
468adc552e
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
sudo crontab <<-EOF
|
||||
`sudo crontab -l`
|
||||
0 */1 * * * systemctl restart supervisor
|
||||
0 0 * * * /sbin/reboot
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue