summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openvswitch.service
blob: 446c0f95b2be627beae8e34a0fb8b954172b73fc (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Open vSwitch Daemon
After=openvswitch-initialize-db.service

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

[Install]
WantedBy=multi-user.target