diff options
author | John Klug <john.klug@multitech.com> | 2020-07-21 16:04:11 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-11-12 09:01:53 -0600 |
commit | 6281e69c7e876fd641e21464da2869118b7f3e64 (patch) | |
tree | 2ce1d47196abbd887eb7d4336ef87a6da3eecec1 /recipes-core/lighttpd/lighttpd/lighttpd.service | |
parent | b00be59bbc49535097c450b6b8c5fc10c1efd6dd (diff) | |
download | meta-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.service | 11 |
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 |