summaryrefslogtreecommitdiffstats
path: root/genome-autostarter/repo/genome-autostarter
blob: e5147ce6a18ec8bda4e6ceeec45b51d781c87282 (plain)
1
2
# Runs every minute and makes sure all the auto started vms are running
* * * * * root find /etc/xen/auto -name "*" -type l | xargs -n1 basename 2> /dev/null | xargs -n1 virsh start &> /dev/null