]> git.proxmox.com Git - mirror_ovs.git/blame - rhel/usr_lib_systemd_system_openvswitch.service
fix rpmbuild fails for rhel
[mirror_ovs.git] / rhel / usr_lib_systemd_system_openvswitch.service
CommitLineData
d8fe0a6a
RS
1[Unit]
2Description=Open vSwitch
36af136b 3Before=network.target network.service
273cc28d 4After=network-pre.target ovsdb-server.service ovs-vswitchd.service
84ad1208 5PartOf=network.target
c19bf36d
EC
6Requires=ovsdb-server.service
7Requires=ovs-vswitchd.service
d8fe0a6a
RS
8
9[Service]
10Type=oneshot
b49c106e 11ExecStart=/bin/true
ea36b046 12ExecReload=/usr/share/openvswitch/scripts/ovs-systemd-reload
b49c106e 13ExecStop=/bin/true
d8fe0a6a
RS
14RemainAfterExit=yes
15
16[Install]
17WantedBy=multi-user.target