From 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:20:04 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta-systemd/oe-core/recipes-extended/at/at/atd.service | 9 +++++++++ .../oe-core/recipes-extended/at/at_3.1.14.bbappend | 16 ++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 meta-systemd/oe-core/recipes-extended/at/at/atd.service create mode 100644 meta-systemd/oe-core/recipes-extended/at/at_3.1.14.bbappend (limited to 'meta-systemd/oe-core/recipes-extended/at') diff --git a/meta-systemd/oe-core/recipes-extended/at/at/atd.service b/meta-systemd/oe-core/recipes-extended/at/at/atd.service new file mode 100644 index 0000000000..64a9015500 --- /dev/null +++ b/meta-systemd/oe-core/recipes-extended/at/at/atd.service @@ -0,0 +1,9 @@ +[Unit] +Description=Job spooling tools +After=syslog.target + +[Service] +ExecStart=/usr/sbin/atd -f + +[Install] +WantedBy=multi-user.target diff --git a/meta-systemd/oe-core/recipes-extended/at/at_3.1.14.bbappend b/meta-systemd/oe-core/recipes-extended/at/at_3.1.14.bbappend new file mode 100644 index 0000000000..3a22fe3bda --- /dev/null +++ b/meta-systemd/oe-core/recipes-extended/at/at_3.1.14.bbappend @@ -0,0 +1,16 @@ +inherit systemd + +# look for files in the layer first +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://atd.service" + +RPROVIDES_${PN} += "${PN}-systemd" +RREPLACES_${PN} += "${PN}-systemd" +RCONFLICTS_${PN} += "${PN}-systemd" +SYSTEMD_SERVICE_${PN} = "atd.service" +do_install_append() { + install -d ${D}${systemd_unitdir}/system + install -m 0644 ${WORKDIR}/atd.service ${D}${systemd_unitdir}/system +} + -- cgit v1.2.3-54-g00ecf