diff options
Diffstat (limited to 'init/systemd-swanctl')
-rw-r--r-- | init/systemd-swanctl/Makefile.in | 2 | ||||
-rw-r--r-- | init/systemd-swanctl/strongswan-swanctl.service.in | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/init/systemd-swanctl/Makefile.in b/init/systemd-swanctl/Makefile.in index 190eb8f6a..adb28094d 100644 --- a/init/systemd-swanctl/Makefile.in +++ b/init/systemd-swanctl/Makefile.in @@ -304,7 +304,6 @@ exec_prefix = @exec_prefix@ fips_mode = @fips_mode@ gtk_CFLAGS = @gtk_CFLAGS@ gtk_LIBS = @gtk_LIBS@ -h_plugins = @h_plugins@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ @@ -339,6 +338,7 @@ nm_LIBS = @nm_LIBS@ nm_ca_dir = @nm_ca_dir@ nm_plugins = @nm_plugins@ oldincludedir = @oldincludedir@ +p_plugins = @p_plugins@ pcsclite_CFLAGS = @pcsclite_CFLAGS@ pcsclite_LIBS = @pcsclite_LIBS@ pdfdir = @pdfdir@ diff --git a/init/systemd-swanctl/strongswan-swanctl.service.in b/init/systemd-swanctl/strongswan-swanctl.service.in index 944101faf..e53c0c6ad 100644 --- a/init/systemd-swanctl/strongswan-swanctl.service.in +++ b/init/systemd-swanctl/strongswan-swanctl.service.in @@ -1,12 +1,13 @@ [Unit] Description=strongSwan IPsec IKEv1/IKEv2 daemon using swanctl -After=network.target +After=network-online.target [Service] Type=notify ExecStart=@SBINDIR@/charon-systemd ExecStartPost=@SBINDIR@/swanctl --load-all --noprompt ExecReload=@SBINDIR@/swanctl --reload +Restart=on-abnormal [Install] WantedBy=multi-user.target |