agri_xumu/cron_set.sh

7 lines
107 B
Bash

#!/bin/bash
set -e
sudo crontab <<-EOF
0 */1 * * * systemctl restart supervisor
0 0 * * * /sbin/reboot
EOF