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