# It's required because awesome LXC installations exist where "domain-0" can
# kill any process in the system, and postinst actually does sort of killall.
# Also, you can't remove this file alltogether because of http://jira/JUGGLER-110
*/5 * * * * root sleep $((RANDOM \% 120)); ( date; su - monitor -c "/usr/bin/juggler-client --status" || /etc/init.d/juggler-client start || exit 0 ) >> /var/log/juggler-client/client_restart.log 2>&1
