agri_xumu/cron_set.sh

7 lines
102 B
Bash

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