summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openvswitch.service
blob: 113911f65ea035fd66160d2900e9fae4c8e967d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Open vSwitch Daemon
Before=network-pre.target
Wants=network-pre.target

[Service]
Type=forking
ExecStartPre=-/usr/bin/mkdir -p /var/run/openvswitch
ExecStart=/usr/sbin/ovs-vswitchd --pidfile --detach

[Install]
WantedBy=multi-user.target