summaryrefslogtreecommitdiff
path: root/rhel/usr_lib_systemd_system_openvswitch-ipsec.service
blob: 92dad44f9391c8fca8b82357fcd830d22f4b257d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=OVS IPsec daemon
Requires=openvswitch.service
After=openvswitch.service

[Service]
Type=forking
PIDFile=/run/openvswitch/ovs-monitor-ipsec.pid
ExecStart=/usr/share/openvswitch/scripts/ovs-ctl \
                    --ike-daemon=libreswan start-ovs-ipsec
ExecStop=/usr/share/openvswitch/scripts/ovs-ctl stop-ovs-ipsec

[Install]
WantedBy=multi-user.target