diff options
Diffstat (limited to 'debian/patches/03_systemd-service.patch')
-rw-r--r-- | debian/patches/03_systemd-service.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/03_systemd-service.patch b/debian/patches/03_systemd-service.patch new file mode 100644 index 000000000..b1d1c874d --- /dev/null +++ b/debian/patches/03_systemd-service.patch @@ -0,0 +1,14 @@ +--- a/init/systemd/strongswan.service.in ++++ b/init/systemd/strongswan.service.in +@@ -1,9 +1,10 @@ + [Unit] + Description=strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf +-After=syslog.target ++After=network.target + + [Service] + ExecStart=@SBINDIR@/@IPSEC_SCRIPT@ start --nofork ++ExecReload=@SBINDIR@/@IPSEC_SCRIPT@ reload + StandardOutput=syslog + + [Install] |