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