summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lighttpd/files/lighttpd.service
diff options
context:
space:
mode:
authorValentin Popa <valentin.popa@intel.com>2013-11-22 12:01:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-24 12:25:33 +0000
commitdffdf302148c0a0f244720d9c7805479226107a2 (patch)
treecc59ef48bd6e4a5e48b0afde5e8c31da26328529 /meta/recipes-extended/lighttpd/files/lighttpd.service
parent62c50eed1afa3c40c6823b0b2a917d5d1309f574 (diff)
downloadpoky-dffdf302148c0a0f244720d9c7805479226107a2.tar.gz
lighttpd: upgrade to 1.4.33
(From OE-Core rev: 1d376b40552e60b1fd18d95c6dd24d30aae849c8) Signed-off-by: Valentin Popa <valentin.popa@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lighttpd/files/lighttpd.service')
-rw-r--r--meta/recipes-extended/lighttpd/files/lighttpd.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/recipes-extended/lighttpd/files/lighttpd.service b/meta/recipes-extended/lighttpd/files/lighttpd.service
deleted file mode 100644
index 66a907aa17..0000000000
--- a/meta/recipes-extended/lighttpd/files/lighttpd.service
+++ /dev/null
@@ -1,12 +0,0 @@
1[Unit]
2Description=Lightning Fast Webserver With Light System Requirements
3After=network.target
4
5[Service]
6ExecStartPre=@SBINDIR@/lighttpd -t -f @SYSCONFDIR@/lighttpd.conf
7ExecStart=@SBINDIR@/lighttpd -D -f @SYSCONFDIR@/lighttpd.conf
8ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID
9
10[Install]
11WantedBy=multi-user.target
12