Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created August 6, 2013 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grahamc/58bce2b2731bf4a60582 to your computer and use it in GitHub Desktop.
Save grahamc/58bce2b2731bf4a60582 to your computer and use it in GitHub Desktop.
description "Phergie"
author "Graham Christensen <graham@grahamc.com>"
start on runlevel[2345]
stop on runlevel[016]
respawn
respawn limit 5 10
setuid mturland
setgid mturland
script
cd /home/mturland
php phergie/phergie.php | tee phergie.log
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment