Merge branch 'mainstream'
[sliver-openvswitch.git] / rhel / usr_lib_systemd_system_openvswitch.service
1 [Unit]
2 Description=Open vSwitch
3 After=syslog.target network.target
4
5 [Service]
6 Type=oneshot
7 ExecStart=/usr/share/openvswitch/scripts/openvswitch.init start
8 ExecStop=/usr/share/openvswitch/scripts/openvswitch.init stop
9 RemainAfterExit=yes
10
11 [Install]
12 WantedBy=multi-user.target