summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/systemd-policy/phosphor-systemd-policy.bb
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2018-07-19 11:44:03 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-07-24 13:45:12 +0000
commit3e4d0942a9b093e201f9f343a43d106cd3733ed3 (patch)
tree7a5e9f1c552f9a2822337ddfa3cecc40eb6f9bcd /meta-phosphor/common/recipes-phosphor/systemd-policy/phosphor-systemd-policy.bb
parent3420d9dabd264d397776099d992fa4d6dd06cb1c (diff)
downloadtalos-openbmc-3e4d0942a9b093e201f9f343a43d106cd3733ed3.tar.gz
talos-openbmc-3e4d0942a9b093e201f9f343a43d106cd3733ed3.zip
Move phosphor overrides of systemd into own recipe
Phosphor specific overrides to systemd should be stored within its own recipe and pulled in via the phosphor layer. This helps distinguish systemd specific overrides with phosphor overrides. Tested: Verified service-restart-policy.conf was still pulled in as expected in witherspoon QEMU Change-Id: I32110fc2edd3abd2bb0008c63dd4ad7828b762b8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/systemd-policy/phosphor-systemd-policy.bb')
-rw-r--r--meta-phosphor/common/recipes-phosphor/systemd-policy/phosphor-systemd-policy.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/systemd-policy/phosphor-systemd-policy.bb b/meta-phosphor/common/recipes-phosphor/systemd-policy/phosphor-systemd-policy.bb
new file mode 100644
index 000000000..34abf5008
--- /dev/null
+++ b/meta-phosphor/common/recipes-phosphor/systemd-policy/phosphor-systemd-policy.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Phosphor systemd configuration overrides"
+DESCRIPTION = "Overrides for systemd and its applications"
+PR = "r1"
+
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://${PHOSPHORBASE}/COPYING.apache-2.0;md5=34400b68072d710fecd0a2940a0d1658"
+
+DEPENDS += "systemd"
+
+SRC_URI = "file://service-restart-policy.conf"
+FILES_${PN} += "${systemd_unitdir}/system.conf.d/service-restart-policy.conf"
+
+do_install() {
+ install -m 644 -D ${WORKDIR}/service-restart-policy.conf ${D}${systemd_unitdir}/system.conf.d/service-restart-policy.conf
+}
OpenPOWER on IntegriCloud