mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 09:58:01 +00:00
15 lines
397 B
SYSTEMD
15 lines
397 B
SYSTEMD
|
[Unit]
|
||
|
Description=Open vSwitch IPsec daemon
|
||
|
Requires=openvswitch-switch.service
|
||
|
After=openvswitch-switch.service
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
PIDFile=/run/openvswitch/ovs-monitor-ipsec.pid
|
||
|
ExecStart=/usr/share/openvswitch/scripts/ovs-ctl \
|
||
|
--ike-daemon=strongswan start-ovs-ipsec
|
||
|
ExecStop=/usr/share/openvswitch/scripts/ovs-ctl stop-ovs-ipsec
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|