blob: 42e6b25a62268f5c852235eb5d8a2189b8b67305 [file] [log] [blame]
Matt Spinler1e7bfcc2017-03-06 11:06:27 -06001SUMMARY = "Enables reboots on host failures"
2DESCRIPTION = "Manages the settings entry that controls reboots \
3on host failures"
Brad Bishop75f03872018-11-03 09:41:57 -07004LICENSE = "Apache-2.0"
Brad Bishop6f3f0aa2019-09-13 12:14:05 -04005LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
Ed Tanous9936f862022-09-19 09:13:20 -07006PR = "r1"
7
8SYSTEMD_SERVICE:${PN} += "${TMPL}"
9SYSTEMD_LINK:${PN} += "${@compose_list(d, 'LINK_FMT', 'OBMC_HOST_INSTANCES')}"
Matt Spinler1e7bfcc2017-03-06 11:06:27 -060010
11inherit obmc-phosphor-systemd
Matt Spinler1e7bfcc2017-03-06 11:06:27 -060012
Matt Spinlerab0a9272017-03-15 16:42:54 -050013TMPL = "host-failure-reboots@.service"
14INSTFMT = "host-failure-reboots@{0}.service"
15LINK_FMT = "${TMPL}:${INSTFMT}"