blob: 5eee9a9b878304dc6cc95559b80181a08373f11a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
diff --git a/debian/patches/03_systemd-service.patch b/debian/patches/03_systemd-service.patch
diff --git a/init/systemd/strongswan.service.in b/init/systemd/strongswan.service.in
index 474284a19..8060d1ea2 100644
--- 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 network-online.target
+After=network-online.target
[Service]
ExecStart=@SBINDIR@/@IPSEC_SCRIPT@ start --nofork
+ExecReload=@SBINDIR@/@IPSEC_SCRIPT@ reload
StandardOutput=syslog
Restart=on-abnormal
|