aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/meta-oe/recipes-connectivity/cherokee/cherokee_1.2.98.bbappend
blob: 22aa5631b20cd26277054f661739e61d57c99905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

PRINC := "${@int(PRINC) + 2}"

inherit systemd

SRC_URI += "file://cherokee.service"

RPROVIDES_${PN} += "${PN}-systemd"
SYSTEMD_SERVICE_${PN} = "cherokee.service"

do_install_append() {
	install -d ${D}${systemd_unitdir}/system
	install -m 0644 ${WORKDIR}/cherokee.service ${D}${systemd_unitdir}/system
}