Skip to content

Instantly share code, notes, and snippets.

@mustmodify
Created August 12, 2016 19:14
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 mustmodify/ba42c621a3ddcadb7a41eba78fea2279 to your computer and use it in GitHub Desktop.
Save mustmodify/ba42c621a3ddcadb7a41eba78fea2279 to your computer and use it in GitHub Desktop.
description "SAW - Development"
start on (local-filesystems and net-device-up IFACE=lo and runlevel [2345])
stop on (runlevel [!2345])
setuid jw
respawn
respawn limit 3 30
script
exec /bin/bash << EOT
/projects/client/script
EOT
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment