Initial commit (#743354)

This commit is contained in:
Pavel Šimerda
2012-02-14 14:19:42 +01:00
parent 1a61e9a06d
commit da32dd64e0
4 changed files with 207 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Index: strongswan-4.6.0/init/systemd/strongswan.service.in
===================================================================
--- strongswan-4.6.0.orig/init/systemd/strongswan.service.in
+++ strongswan-4.6.0/init/systemd/strongswan.service.in
@@ -3,7 +3,7 @@ Description=strongSwan IPsec
After=syslog.target
[Service]
-ExecStart=@SBINDIR@/ipsec start --nofork
+ExecStart=@SBINDIR@/@PROGRAM@ start --nofork
StandardOutput=syslog
[Install]