summaryrefslogtreecommitdiff
path: root/rhel/usr_lib_systemd_system_openvswitch.service
blob: e823c5454395fda4d07747000a41778214511a38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Open vSwitch
Before=network.target network.service
After=network-pre.target
PartOf=network.target
BindsTo=ovsdb-server.service
BindsTo=ovs-vswitchd.service

[Service]
Type=oneshot
ExecStart=/bin/true
ExecReload=/bin/true
ExecStop=/bin/true
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target