Matt Spinler | 1e7bfcc | 2017-03-06 11:06:27 -0600 | [diff] [blame] | 1 | SUMMARY = "Enables reboots on host failures" |
| 2 | DESCRIPTION = "Manages the settings entry that controls reboots \ |
| 3 | on host failures" |
Brad Bishop | 75f0387 | 2018-11-03 09:41:57 -0700 | [diff] [blame] | 4 | LICENSE = "Apache-2.0" |
Brad Bishop | 6f3f0aa | 2019-09-13 12:14:05 -0400 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" |
Ed Tanous | 9936f86 | 2022-09-19 09:13:20 -0700 | [diff] [blame] | 6 | PR = "r1" |
| 7 | |
| 8 | SYSTEMD_SERVICE:${PN} += "${TMPL}" |
| 9 | SYSTEMD_LINK:${PN} += "${@compose_list(d, 'LINK_FMT', 'OBMC_HOST_INSTANCES')}" |
Matt Spinler | 1e7bfcc | 2017-03-06 11:06:27 -0600 | [diff] [blame] | 10 | |
| 11 | inherit obmc-phosphor-systemd |
Matt Spinler | 1e7bfcc | 2017-03-06 11:06:27 -0600 | [diff] [blame] | 12 | |
Matt Spinler | ab0a927 | 2017-03-15 16:42:54 -0500 | [diff] [blame] | 13 | TMPL = "host-failure-reboots@.service" |
| 14 | INSTFMT = "host-failure-reboots@{0}.service" |
| 15 | LINK_FMT = "${TMPL}:${INSTFMT}" |