]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - openvswitch/systemd/openvswitch.service
Merge remote-tracking branch 'tebert/nano'
[people/ms/ipfire-3.x.git] / openvswitch / systemd / openvswitch.service
1 [Unit]
2 Description=Open vSwitch
3 After=syslog.target
4
5 [Service]
6 Type=oneshot
7 ExecStart=/usr/share/openvswitch/scripts/ovs-ctl --system-id=random start --delete-bridges
8 ExecStop=/usr/share/openvswitch/scripts/ovs-ctl stop
9 RemainAfterExit=yes
10
11 [Install]
12 WantedBy=multi-user.target
13