rsyslog: move systemd support to meta-systemd

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2012-06-10 21:46:58 +00:00
committed by Koen Kooi
parent d7639a2ae1
commit fca1dffca7
2 changed files with 15 additions and 5 deletions
@@ -0,0 +1,10 @@
inherit systemd
PRINC := "${@int(PRINC) + 1}"
DEPENDS += "systemd"
SYSTEMD_UNITDIR = "${systemd_unitdir}/system"
SYSTEMD_PACKAGES = "${PN}-systemd"
SYSTEMD_SERVICE = "${PN}.service"