Files
strongswan-ext/init/systemd/strongswan.service.in
T
Tobias Brunner bc6d944705 Added an option to rename the ipsec script during installation
Also rename the man page and adjust all references in the script, the
man page and other files.

Closes #194.
2012-06-25 16:53:38 +02:00

11 lines
177 B
Plaintext

[Unit]
Description=strongSwan IPsec
After=syslog.target
[Service]
ExecStart=@SBINDIR@/@IPSEC_SCRIPT@ start --nofork
StandardOutput=syslog
[Install]
WantedBy=multi-user.target