Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
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