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-11-12 09:01:53 -0600
commit6281e69c7e876fd641e21464da2869118b7f3e64 (patch)
tree2ce1d47196abbd887eb7d4336ef87a6da3eecec1 /recipes-core/lighttpd/lighttpd/lighttpd.service
parentb00be59bbc49535097c450b6b8c5fc10c1efd6dd (diff)
downloadmeta-mlinux-6281e69c7e876fd641e21464da2869118b7f3e64.tar.gz
meta-mlinux-6281e69c7e876fd641e21464da2869118b7f3e64.tar.bz2
meta-mlinux-6281e69c7e876fd641e21464da2869118b7f3e64.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