[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0/2] tools: make xenstore domain/daemon configurable
Add a configuration option to /etc/sysconfig/xencommons to let the user configure whether he wants to start xenstore service as a daemon or as a stubdom. Juergen Gross (2): tools: remove systemd xenstore socket definitions tools: make xenstore domain easy configurable tools/configure | 4 +- tools/hotplug/Linux/Makefile | 1 + tools/hotplug/Linux/init.d/sysconfig.xencommons.in | 42 +++++- tools/hotplug/Linux/init.d/xencommons.in | 35 +---- tools/hotplug/Linux/launch-xenstore.in | 84 +++++++++++ tools/hotplug/Linux/systemd/Makefile | 5 - tools/hotplug/Linux/systemd/xenstored.service.in | 14 +- tools/hotplug/Linux/systemd/xenstored.socket.in | 13 -- tools/hotplug/Linux/systemd/xenstored_ro.socket.in | 13 -- tools/ocaml/xenstored/Makefile | 10 +- tools/ocaml/xenstored/systemd.ml | 17 --- tools/ocaml/xenstored/systemd.mli | 24 ---- tools/ocaml/xenstored/systemd_stubs.c | 153 --------------------- tools/ocaml/xenstored/utils.ml | 21 +-- tools/ocaml/xenstored/xenstored.ml | 2 - tools/xenstore/Makefile | 3 - tools/xenstore/xenstored_core.c | 113 +-------------- 17 files changed, 143 insertions(+), 411 deletions(-) create mode 100644 tools/hotplug/Linux/launch-xenstore.in delete mode 100644 tools/hotplug/Linux/systemd/xenstored.socket.in delete mode 100644 tools/hotplug/Linux/systemd/xenstored_ro.socket.in delete mode 100644 tools/ocaml/xenstored/systemd.ml delete mode 100644 tools/ocaml/xenstored/systemd.mli delete mode 100644 tools/ocaml/xenstored/systemd_stubs.c -- 2.6.6 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |