X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=rhel%2Fusr_lib_systemd_system_openvswitch.service;h=f0bc16fe8111492d3a159eccd685c6bb8fa60d01;hb=HEAD;hp=f39d7e611175015b7f19cdb03f80af48cb2789c6;hpb=7a97619ae4484604c15b846ce7268094e048729a;p=sliver-openvswitch.git diff --git a/rhel/usr_lib_systemd_system_openvswitch.service b/rhel/usr_lib_systemd_system_openvswitch.service index f39d7e611..f0bc16fe8 100644 --- a/rhel/usr_lib_systemd_system_openvswitch.service +++ b/rhel/usr_lib_systemd_system_openvswitch.service @@ -1,11 +1,12 @@ [Unit] Description=Open vSwitch -After=syslog.target network.target +After=syslog.target network.target openvswitch-nonetwork.service +Requires=openvswitch-nonetwork.service [Service] Type=oneshot -ExecStart=/usr/share/openvswitch/scripts/openvswitch.init start -ExecStop=/usr/share/openvswitch/scripts/openvswitch.init stop +ExecStart=/bin/true +ExecStop=/bin/true RemainAfterExit=yes [Install]