diff options
-rw-r--r-- | meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service | 2 | ||||
-rw-r--r-- | meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service b/meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service index 18b752f15..f4564f3f7 100644 --- a/meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service +++ b/meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service | |||
@@ -5,7 +5,7 @@ After=syslog.target | |||
5 | [Service] | 5 | [Service] |
6 | Type=oneshot | 6 | Type=oneshot |
7 | EnvironmentFile=-/etc/sysconfig/lighttpd | 7 | EnvironmentFile=-/etc/sysconfig/lighttpd |
8 | ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf | 8 | ExecStart=/usr/sbin/lighttpd -D -f /etc/lighttpd.conf |
9 | RemainAfterExit=yes | 9 | RemainAfterExit=yes |
10 | 10 | ||
11 | [Install] | 11 | [Install] |
diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend index 5449b1a26..13414058e 100644 --- a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend +++ b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | FILESEXTRAPATHS := "${THISDIR}/${PN}" | 1 | FILESEXTRAPATHS := "${THISDIR}/${PN}" |
2 | 2 | ||
3 | PRINC = "2" | 3 | PRINC := "${@int(PRINC) + 3}" |
4 | 4 | ||
5 | inherit systemd | 5 | inherit systemd |
6 | 6 | ||