cronie: 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:44 +00:00
committed by Koen Kooi
parent 36aa9a4fc0
commit 8149b358f9
2 changed files with 2 additions and 2 deletions
@@ -1,10 +0,0 @@
[Unit]
Description=Periodic Command Scheduler
[Service]
ExecStart=/usr/sbin/crond -n
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
[Install]
WantedBy=multi-user.target
@@ -1,11 +0,0 @@
# look for files in the layer first
FILESEXTRAPATHS := "${THISDIR}/${PN}"
PRINC = "2"
inherit systemd
SYSTEMD_PACKAGES = "${PN}-systemd"
SYSTEMD_SERVICE_${PN}-systemd = "crond.service"
SRC_URI += "file://crond.service"