[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 3/7] tools/hotplug: add systemd xen-init-dom0 service
On Fri, Oct 24, 2014 at 04:17:06PM +0200, Olaf Hering wrote: [...] > index f584798..1ac63a3 100644 > --- a/tools/configure.ac > +++ b/tools/configure.ac > @@ -14,6 +14,7 @@ hotplug/Linux/init.d/xencommons > hotplug/Linux/init.d/xendomains > hotplug/Linux/systemd/proc-xen.mount > hotplug/Linux/systemd/var-lib-xenstored.mount > +hotplug/Linux/systemd/xen-init-dom0.service > hotplug/Linux/systemd/xen-qemu-dom0-disk-backend.service > hotplug/Linux/systemd/xen-watchdog.service > hotplug/Linux/systemd/xenconsoled.service > diff --git a/tools/hotplug/Linux/systemd/Makefile > b/tools/hotplug/Linux/systemd/Makefile > index 0c40a73..51c10fe 100644 > --- a/tools/hotplug/Linux/systemd/Makefile > +++ b/tools/hotplug/Linux/systemd/Makefile > @@ -14,6 +14,7 @@ XEN_SYSTEMD_SERVICE += xenconsoled.service > XEN_SYSTEMD_SERVICE += xen-qemu-dom0-disk-backend.service > XEN_SYSTEMD_SERVICE += xendomains.service > XEN_SYSTEMD_SERVICE += xen-watchdog.service > +XEN_SYSTEMD_SERVICE += xen-init-dom0.service > > ALL_XEN_SYSTEMD = $(XEN_SYSTEMD_MODULES) \ > $(XEN_SYSTEMD_MOUNT) \ > diff --git a/tools/hotplug/Linux/systemd/xen-init-dom0.service.in > b/tools/hotplug/Linux/systemd/xen-init-dom0.service.in > new file mode 100644 > index 0000000..e947760 > --- /dev/null > +++ b/tools/hotplug/Linux/systemd/xen-init-dom0.service.in > @@ -0,0 +1,14 @@ > +[Unit] > +Description=xen-init-dom0, initialise Dom0 configuration (xenstore nodes, > JSON configuration stub) > +Requires=xenstored.socket > +After=xenstored.service Olaf, you forgot to change this... Wei. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |