From 39bc437771475f125291fe29e243c229ce8c59f3 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 7 Mar 2017 17:29:45 +0100 Subject: [PATCH] init: Reload configurations/credentials as well during systemctl reload --- init/systemd-swanctl/strongswan-swanctl.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/init/systemd-swanctl/strongswan-swanctl.service.in b/init/systemd-swanctl/strongswan-swanctl.service.in index e53c0c6ad..db8266a63 100644 --- a/init/systemd-swanctl/strongswan-swanctl.service.in +++ b/init/systemd-swanctl/strongswan-swanctl.service.in @@ -7,6 +7,7 @@ Type=notify ExecStart=@SBINDIR@/charon-systemd ExecStartPost=@SBINDIR@/swanctl --load-all --noprompt ExecReload=@SBINDIR@/swanctl --reload +ExecReload=@SBINDIR@/swanctl --load-all --noprompt Restart=on-abnormal [Install]