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

[Service]
Type=forking
ExecStart=/usr/sbin/ovs-vswitchd --pidfile --detach

[Install]
WantedBy=multi-user.target