]> git.proxmox.com Git - mirror_ovs.git/blob - rhel/usr_lib_systemd_system_openvswitch.service
rhel: openvswitch-fedora.spec.in: Fix output redirect to null device
[mirror_ovs.git] / rhel / usr_lib_systemd_system_openvswitch.service
1 [Unit]
2 Description=Open vSwitch
3 Before=network.target network.service
4 After=network-pre.target ovsdb-server.service ovs-vswitchd.service
5 PartOf=network.target
6 Requires=ovsdb-server.service
7 Requires=ovs-vswitchd.service
8
9 [Service]
10 Type=oneshot
11 ExecStart=/bin/true
12 ExecReload=/usr/share/openvswitch/scripts/ovs-systemd-reload
13 ExecStop=/bin/true
14 RemainAfterExit=yes
15
16 [Install]
17 WantedBy=multi-user.target