These patches make adjustments to the way systemd is done so that we have: * one daemon started per service * services which correspond to actual daemon names * a single 'dummy' service to start all at once * some convenient information to poll from systemd.
These were tested quite a bit, but I'm not submitting them as PATCH until I've had wider feedback. Aaron Conole (3): utilities/ovs-ctl.in: Allow non-monitoring daemons rhel/ovsdb-server.service: Rename the nonetwork service Red Hat Systemd Integration rhel/automake.mk | 3 ++- rhel/etc_sysconfig_network-scripts_ifdown-ovs | 14 +++++++------- rhel/etc_sysconfig_network-scripts_ifup-ovs | 14 +++++++------- rhel/openvswitch-fedora.spec.in | 5 +++-- ...lib_systemd_system_openvswitch-nonetwork.service | 15 --------------- rhel/usr_lib_systemd_system_openvswitch.service | 9 +++++---- rhel/usr_lib_systemd_system_ovs-vswitchd.service | 21 +++++++++++++++++++++ rhel/usr_lib_systemd_system_ovsdb-server.service | 16 ++++++++++++++++ utilities/ovs-ctl.8 | 5 +++++ utilities/ovs-ctl.in | 1 + utilities/ovs-lib.in | 3 ++- 11 files changed, 69 insertions(+), 37 deletions(-) delete mode 100644 rhel/usr_lib_systemd_system_openvswitch-nonetwork.service create mode 100644 rhel/usr_lib_systemd_system_ovs-vswitchd.service create mode 100644 rhel/usr_lib_systemd_system_ovsdb-server.service -- 2.5.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev