summarylogtreecommitdiffstats
path: root/ovs-vswitchd.service
blob: f845e04cf4a7cbea24124adfbe9becbf8dc0a358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description    = Open vSwitch Daemon
Documentation  = man:ovs-vswitchd
Wants          = network.target
Before         = network.target
Requires       = ovsdb-server.service
After          = ovsdb-server.service

[Service]
ExecStartPre = /sbin/modprobe openvswitch
PIDFile = /run/openvswitch/ovs-vswitchd.pid
ExecStart = /usr/sbin/ovs-vswitchd --pidfile=/run/openvswitch/ovs-vswitchd.pid

[Install]
WantedBy       = multi-user.target