From dffdf302148c0a0f244720d9c7805479226107a2 Mon Sep 17 00:00:00 2001 From: Valentin Popa Date: Fri, 22 Nov 2013 12:01:46 +0200 Subject: lighttpd: upgrade to 1.4.33 (From OE-Core rev: 1d376b40552e60b1fd18d95c6dd24d30aae849c8) Signed-off-by: Valentin Popa Signed-off-by: Richard Purdie --- meta/recipes-extended/lighttpd/files/lighttpd.service | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 meta/recipes-extended/lighttpd/files/lighttpd.service (limited to 'meta/recipes-extended/lighttpd/files/lighttpd.service') 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 @@ -[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 - -- cgit v1.2.3-54-g00ecf