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