init: Make sure basic networking is up in systemd unit
Connections with auto=route might otherwise not work. References #1188.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf
|
Description=strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf
|
||||||
After=syslog.target
|
After=syslog.target network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=@SBINDIR@/@IPSEC_SCRIPT@ start --nofork
|
ExecStart=@SBINDIR@/@IPSEC_SCRIPT@ start --nofork
|
||||||
|
|||||||
Reference in New Issue
Block a user