summaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta-systemd/oe-core/recipes-extended')
-rw-r--r--meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend b/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend
index 0e08358b29..89079dcae1 100644
--- a/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend
+++ b/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend
@@ -7,4 +7,11 @@ inherit systemd
7SRC_URI += "file://lighttpd.service" 7SRC_URI += "file://lighttpd.service"
8 8
9SYSTEMD_PACKAGES = "${PN}" 9SYSTEMD_PACKAGES = "${PN}"
10RPROVIDES_${PN} += "${PN}-systemd"
10SYSTEMD_SERVICE_${PN} = "lighttpd.service" 11SYSTEMD_SERVICE_${PN} = "lighttpd.service"
12
13do_install_append() {
14 install -d ${D}${systemd_unitdir}/system
15 install -m 0644 ${WORKDIR}/lighttpd.service ${D}${systemd_unitdir}/system
16}
17