mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
11 lines
168 B
SYSTEMD
11 lines
168 B
SYSTEMD
[Unit]
|
|
Description=strongSwan IPsec
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
ExecStart=@SBINDIR@/ipsec start --nofork
|
|
StandardOutput=syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|