]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - lighttpd.upstart
- removed obsolete upstart stuff and cleaned systemd infestation
[packages/lighttpd.git] / lighttpd.upstart
diff --git a/lighttpd.upstart b/lighttpd.upstart
deleted file mode 100644 (file)
index 8bb9b70..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-description "Lighttpd Web Server"
-
-start on pld.network-started
-stop on pld.shutdown-started
-
-respawn
-
-console output
-
-env SHELL=/bin/sh
-
-script
-       # Source old-style service configuration
-       [ -f /etc/sysconfig/lighttpd ] && . /etc/sysconfig/lighttpd
-       exec /usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf $HTTPD_OPTS
-end script