diff options
author | Valentin Popa <valentin.popa@intel.com> | 2013-11-22 12:01:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-24 12:25:33 +0000 |
commit | dffdf302148c0a0f244720d9c7805479226107a2 (patch) | |
tree | cc59ef48bd6e4a5e48b0afde5e8c31da26328529 /meta/recipes-extended/lighttpd/files/lighttpd.service | |
parent | 62c50eed1afa3c40c6823b0b2a917d5d1309f574 (diff) | |
download | poky-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.service | 12 |
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] | ||
2 | Description=Lightning Fast Webserver With Light System Requirements | ||
3 | After=network.target | ||
4 | |||
5 | [Service] | ||
6 | ExecStartPre=@SBINDIR@/lighttpd -t -f @SYSCONFDIR@/lighttpd.conf | ||
7 | ExecStart=@SBINDIR@/lighttpd -D -f @SYSCONFDIR@/lighttpd.conf | ||
8 | ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID | ||
9 | |||
10 | [Install] | ||
11 | WantedBy=multi-user.target | ||
12 | |||