mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
xen: Fix mistype error in xen-watchdog systemd service
Due to error in naming this service will not be autoenabled in systems with systemd init manager Signed-off-by: Iurii Mykhalskyi <iurii.mykhalskyi@globallogic.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
b69f147839
commit
dd49614c70
|
@ -720,7 +720,7 @@ INITSCRIPT_PARAMS_${PN}-devd = "defaults 82"
|
|||
|
||||
# systemd packages
|
||||
SYSTEMD_PACKAGES = "${PN}-xen-watchdog ${PN}-xencommons ${PN}-xendomains"
|
||||
SYSTEMD_SERVICE_${PN}-watchdog = "xen-watchdog.service"
|
||||
SYSTEMD_SERVICE_${PN}-xen-watchdog = "xen-watchdog.service"
|
||||
SYSTEMD_SERVICE_${PN}-xencommons = " \
|
||||
proc-xen.mount \
|
||||
var-lib-xenstored.mount \
|
||||
|
|
Loading…
Reference in New Issue
Block a user