[meta-virtualization] [PATCH] xen: Fix mistype error in xen-watchdog systemd service

Bruce Ashfield bruce.ashfield at windriver.com
Sun Apr 30 20:20:33 PDT 2017


On 2017-04-28 11:43 AM, Iurii Mykhalskyi wrote:
> Due to error in naming this service will not be autoenabled in
> systems with systemd init manager
>

merged.

Bruce

> Signed-off-by: Iurii Mykhalskyi <iurii.mykhalskyi at globallogic.com>
> ---
>  recipes-extended/xen/xen.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
> index 0084274..a28d474 100644
> --- a/recipes-extended/xen/xen.inc
> +++ b/recipes-extended/xen/xen.inc
> @@ -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 \
>



More information about the meta-virtualization mailing list