check process sandstorm-agent with pidfile /var/run/sandstorm-agent.pid
  start program = "/bin/bash -c 'export HOME=/root PATH=$PATH:/usr/local/bin; cd /root && test -f /etc/profile.d/proxy.sh && . /etc/profile.d/proxy.sh; /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
