summaryrefslogtreecommitdiff
path: root/rhel/usr_lib_systemd_system_openvswitch.service
blob: f0bc16fe8111492d3a159eccd685c6bb8fa60d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Open vSwitch
After=syslog.target network.target openvswitch-nonetwork.service
Requires=openvswitch-nonetwork.service

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

[Install]
WantedBy=multi-user.target