Fix program name in systemd unit file

This commit is contained in:
Pavel Šimerda
2012-02-15 01:19:08 +01:00
parent 60021c6681
commit 023cc8acb3
2 changed files with 5 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ Index: strongswan-4.6.0/init/systemd/strongswan.service.in
[Service]
-ExecStart=@SBINDIR@/ipsec start --nofork
+ExecStart=@SBINDIR@/@PROGRAM@ start --nofork
+ExecStart=@SBINDIR@/strongswan start --nofork
StandardOutput=syslog
[Install]