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