blob: 490a615345671ea7e66a238d97496237cda8b237 [file] [log] [blame]
Matt Spinler8cbb3962017-03-06 11:06:27 -06001SUMMARY = "Enables reboots on host failures"
2DESCRIPTION = "Manages the settings entry that controls reboots \
3on host failures"
4PR = "r1"
Patrick Ventureebf92e92018-11-03 16:30:13 -07005LICENSE = "Apache-2.0"
Brad Bishopa1cee092019-09-13 12:14:05 -04006LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
Matt Spinler8cbb3962017-03-06 11:06:27 -06007
8inherit obmc-phosphor-systemd
Matt Spinler8cbb3962017-03-06 11:06:27 -06009
Matt Spinlerc9b6e432017-03-15 16:42:54 -050010TMPL = "host-failure-reboots@.service"
11INSTFMT = "host-failure-reboots@{0}.service"
12LINK_FMT = "${TMPL}:${INSTFMT}"
13
14SYSTEMD_SERVICE_${PN} += "${TMPL}"
15SYSTEMD_LINK_${PN} += "${@compose_list(d, 'LINK_FMT', 'OBMC_HOST_INSTANCES')}"