13 lines
408 B
Plaintext
13 lines
408 B
Plaintext
|
|
FILESEXTRAPATHS:append := ":${THISDIR}/${PN}"
|
||
|
|
|
||
|
|
# Remove the override to keep service running after DC cycle
|
||
|
|
SYSTEMD_OVERRIDE:${PN}:remove = " \
|
||
|
|
poweron.conf:phosphor-watchdog@poweron.service.d/poweron.conf \
|
||
|
|
"
|
||
|
|
SYSTEMD_SERVICE:${PN} = " \
|
||
|
|
phosphor-watchdog.service \
|
||
|
|
phosphor-watchdog-host-poweroff.service \
|
||
|
|
phosphor-watchdog-host-reset.service \
|
||
|
|
phosphor-watchdog-host-cycle.service \
|
||
|
|
"
|