- description "Zing HTTPd"
- start on filesystem
- stop on runlevel [!2345]
- respawn
- respawn limit 10 5
- umask 022
- oom never
- expect daemon
- chdir /etc/zing-httpd
- pre-start script
- test -x /usr/sbin/zing-httpd || { stop; exit 0; }
- test -c /dev/null || { stop; exit 0; }
- end script
- exec /usr/sbin/zing-httpd -c /etc/zing-httpd/zing-httpd.conf
SHARE
TWEET
Untitled
a guest
May 30th, 2012
30
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data

