]> git.proxmox.com Git - mirror_ovs.git/blob - rhel/usr_lib_systemd_system_openvswitch-ipsec.service
rhel: Revert RHEL 7.4 comp_ver change
[mirror_ovs.git] / rhel / usr_lib_systemd_system_openvswitch-ipsec.service
1 [Unit]
2 Description=OVS IPsec daemon
3 Requires=openvswitch.service
4 After=openvswitch.service
5
6 [Service]
7 Type=forking
8 PIDFile=/var/run/openvswitch/ovs-monitor-ipsec.pid
9 ExecStart=/usr/share/openvswitch/scripts/ovs-ctl \
10 --ike-daemon=libreswan start-ovs-ipsec
11 ExecStop=/usr/share/openvswitch/scripts/ovs-ctl stop-ovs-ipsec
12
13 [Install]
14 WantedBy=multi-user.target