All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: add xendriverdomain systemd unit to devd
@ 2018-05-11 12:32 Chris Patterson
  2018-05-22  2:09 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Patterson @ 2018-05-11 12:32 UTC (permalink / raw)
  To: meta-virtualization; +Cc: Chris Patterson

From: Chris Patterson <pattersonc@ainfosec.com>

Matches sysvinit packaging.

Signed-off-by: Chris Patterson <pattersonc@ainfosec.com>
---
 recipes-extended/xen/xen.inc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 8dfe589..cadbd78 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -438,6 +438,7 @@ FILES_${PN}-cpuid = "\
 
 FILES_${PN}-devd = "\
     ${sysconfdir}/init.d/xendriverdomain \
+    ${systemd_unitdir}/system/xendriverdomain.service \
     "
 
 FILES_${PN}-flask = "\
@@ -778,7 +779,8 @@ INITSCRIPT_NAME_${PN}-devd = "xendriverdomain"
 INITSCRIPT_PARAMS_${PN}-devd = "defaults 82"
 
 # systemd packages
-SYSTEMD_PACKAGES = "${PN}-xen-watchdog ${PN}-xencommons ${PN}-xendomains"
+SYSTEMD_PACKAGES = "${PN}-xen-watchdog ${PN}-xencommons ${PN}-xendomains ${PN}-devd"
+SYSTEMD_SERVICE_${PN}-devd = "xendriverdomain.service"
 SYSTEMD_SERVICE_${PN}-xen-watchdog = "xen-watchdog.service"
 SYSTEMD_SERVICE_${PN}-xencommons = " \
     proc-xen.mount \
-- 
2.1.4



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

end of thread, other threads:[~2018-05-22  2:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-11 12:32 [PATCH] xen: add xendriverdomain systemd unit to devd Chris Patterson
2018-05-22  2:09 ` 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.