mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
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:
parent
176c24b8e1
commit
268d029c15
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf
|
||||
After=syslog.target
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=@SBINDIR@/@IPSEC_SCRIPT@ start --nofork
|
||||
|
Loading…
x
Reference in New Issue
Block a user