]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd.upstart
update md5 after branch.diff update
[packages/lighttpd.git] / lighttpd.upstart
CommitLineData
f6bfb2a7
ER
1description "Lighttpd Web Server"
2
3start on pld.network-started
4stop on pld.shutdown-started
5
6respawn
7
8console output
9
10env SHELL=/bin/sh
11
12script
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
16end script
This page took 0.05962 seconds and 4 git commands to generate.