diff options
Diffstat (limited to 'init/systemd/strongswan.service.in')
-rw-r--r-- | init/systemd/strongswan.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/systemd/strongswan.service.in b/init/systemd/strongswan.service.in index e8dc5e819..dee892e90 100644 --- a/init/systemd/strongswan.service.in +++ b/init/systemd/strongswan.service.in @@ -3,7 +3,7 @@ Description=strongSwan IPsec After=syslog.target [Service] -ExecStart=@SBINDIR@/ipsec start --nofork +ExecStart=@SBINDIR@/@IPSEC_SCRIPT@ start --nofork StandardOutput=syslog [Install] |