lighttpd: lastest oe-core installs lighttpd.conf directly to /etc/

Signed-off-by: Radek Dostal <rd@radekdostal.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Radek Dostal
2012-04-16 09:36:28 +00:00
committed by Koen Kooi
parent a6cc90e84c
commit 9ef0b3d457
2 changed files with 3 additions and 3 deletions
@@ -5,7 +5,7 @@ After=syslog.target
[Service]
Type=oneshot
EnvironmentFile=-/etc/sysconfig/lighttpd
ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf
ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd.conf
RemainAfterExit=yes
[Install]
@@ -1,6 +1,6 @@
FILESEXTRAPATHS := "${THISDIR}/${PN}"
PRINC = "2"
PRINC := "${@int(PRINC) + 3}"
inherit systemd