check process sandstorm-agent with pidfile /var/run/sandstorm-agent.pid every 1 cycles
  start program = "/bin/bash -c 'export HOME=/root PATH=$PATH:/usr/local/bin; cd /root && /usr/bin/sandstorm-agent watch /etc/sandstorm-agent 2>&1 | logger -p local3.info -t sandstorm-agent'"
        as uid root
  stop program = "/bin/bash -c '/bin/kill $(</var/run/sandstorm-agent.pid)'"
        as uid root