summaryrefslogtreecommitdiff
path: root/community/openvswitch/ovs-vswitchd.service
blob: 602b7472f636d6e186f8828cd22ef54a35ab0f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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
ExecStart      = /usr/sbin/ovs-vswitchd

[Install]
WantedBy       = multi-user.target