X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=rhel%2Fusr_lib_systemd_system_openvswitch.service;fp=rhel%2Fusr_lib_systemd_system_openvswitch.service;h=f39d7e611175015b7f19cdb03f80af48cb2789c6;hb=d8fe0a6ac8e9a21917ba4faab9e2a376e2a1a9fc;hp=0000000000000000000000000000000000000000;hpb=986390c3ab79ec7447240de539a673e3621c0bd8;p=sliver-openvswitch.git diff --git a/rhel/usr_lib_systemd_system_openvswitch.service b/rhel/usr_lib_systemd_system_openvswitch.service new file mode 100644 index 000000000..f39d7e611 --- /dev/null +++ b/rhel/usr_lib_systemd_system_openvswitch.service @@ -0,0 +1,12 @@ +[Unit] +Description=Open vSwitch +After=syslog.target network.target + +[Service] +Type=oneshot +ExecStart=/usr/share/openvswitch/scripts/openvswitch.init start +ExecStop=/usr/share/openvswitch/scripts/openvswitch.init stop +RemainAfterExit=yes + +[Install] +WantedBy=multi-user.target