]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - lighttpd.service
- removed obsolete upstart stuff and cleaned systemd infestation
[packages/lighttpd.git] / lighttpd.service
diff --git a/lighttpd.service b/lighttpd.service
deleted file mode 100644 (file)
index 6f4dce9..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Lighttpd Daemon
-After=network.target
-
-[Service]
-EnvironmentFile=-/etc/sysconfig/lighttpd
-ExecStartPre=/usr/sbin/lighttpd-angel -t -f /etc/lighttpd/lighttpd.conf
-ExecStart=/usr/sbin/lighttpd-angel -D -f /etc/lighttpd/lighttpd.conf $HTTPD_OPTS
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target