All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: Fix mistype error in xen-watchdog systemd service
@ 2017-03-23 14:44 Iurii Mykhalskyi
  2017-04-28 11:11 ` Iurii Mykhalskyi
  0 siblings, 1 reply; 6+ messages in thread
From: Iurii Mykhalskyi @ 2017-03-23 14:44 UTC (permalink / raw)
  To: meta-virtualization

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>
---
 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 \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] xen: Fix mistype error in xen-watchdog systemd service
@ 2017-04-28 15:43 Iurii Mykhalskyi
  2017-05-01  3:20 ` Bruce Ashfield
  0 siblings, 1 reply; 6+ messages in thread
From: Iurii Mykhalskyi @ 2017-04-28 15:43 UTC (permalink / raw)
  To: meta-virtualization; +Cc: bruce.ashfield, mark.asselstine

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>
---
 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 \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-05-01  3:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-23 14:44 [PATCH] xen: Fix mistype error in xen-watchdog systemd service Iurii Mykhalskyi
2017-04-28 11:11 ` Iurii Mykhalskyi
2017-04-28 13:43   ` Bruce Ashfield
2017-04-28 16:43     ` Iurii Mykhalskyi
2017-04-28 15:43 Iurii Mykhalskyi
2017-05-01  3:20 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.