summaryrefslogtreecommitdiff
path: root/recipes-core/lighttpd/lighttpd/lighttpd.service
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-07-21 16:04:11 -0500
committerJohn Klug <john.klug@multitech.com>2020-07-21 16:04:11 -0500
commitcc6184d36bcff7be9f54427e6caa7839e74e3ffd (patch)
tree2ce1d47196abbd887eb7d4336ef87a6da3eecec1 /recipes-core/lighttpd/lighttpd/lighttpd.service
parentcf0706e9609521074231a56c9d30e18b0fd4d45a (diff)
downloadmeta-mlinux-cc6184d36bcff7be9f54427e6caa7839e74e3ffd.tar.gz
meta-mlinux-cc6184d36bcff7be9f54427e6caa7839e74e3ffd.tar.bz2
meta-mlinux-cc6184d36bcff7be9f54427e6caa7839e74e3ffd.zip
Update the ligghttpd.conf file from 1.4.51
Diffstat (limited to 'recipes-core/lighttpd/lighttpd/lighttpd.service')
-rw-r--r--recipes-core/lighttpd/lighttpd/lighttpd.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes-core/lighttpd/lighttpd/lighttpd.service b/recipes-core/lighttpd/lighttpd/lighttpd.service
deleted file mode 100644
index 535b1f4..0000000
--- a/recipes-core/lighttpd/lighttpd/lighttpd.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Lightning Fast Webserver With Light System Requirements
-After=network.target
-
-[Service]
-ExecStartPre=@SBINDIR@/lighttpd -t -f @SYSCONFDIR@/lighttpd.conf
-ExecStart=@SBINDIR@/lighttpd -D -f @SYSCONFDIR@/lighttpd.conf
-ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target