]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd.upstart
also upload to dropin
[packages/lighttpd.git] / lighttpd.upstart
1 description "Lighttpd Web Server"
2
3 start on pld.network-started
4 stop on pld.shutdown-started
5
6 respawn
7
8 console output
9
10 env SHELL=/bin/sh
11
12 script
13         # Source old-style service configuration
14         [ -f /etc/sysconfig/lighttpd ] && . /etc/sysconfig/lighttpd
15         exec /usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf $HTTPD_OPTS
16 end script
This page took 0.022326 seconds and 3 git commands to generate.