]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - openvswitch/systemd/openvswitch.service
openvswitch: Update to 1.9.0.
[people/ms/ipfire-3.x.git] / openvswitch / systemd / openvswitch.service
CommitLineData
5551202f
SS
1[Unit]
2Description=Open vSwitch
36c5c701 3After=syslog.target
5551202f
SS
4
5[Service]
6Type=oneshot
36c5c701 7ExecStart=/usr/share/openvswitch/scripts/ovs-ctl --system-id=random start --delete-bridges
5551202f
SS
8ExecStop=/usr/share/openvswitch/scripts/ovs-ctl stop
9RemainAfterExit=yes
10
11[Install]
12WantedBy=multi-user.target
13