From 014737dd545495d941d096addd01e24c5c7933f9 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 18 Jan 2017 13:54:56 +0100 Subject: [PATCH] init: Let systemd restart daemons if they get terminated unexpectedly Fixes #2205. --- init/systemd-swanctl/strongswan-swanctl.service.in | 1 + init/systemd/strongswan.service.in | 1 + 2 files changed, 2 insertions(+) diff --git a/init/systemd-swanctl/strongswan-swanctl.service.in b/init/systemd-swanctl/strongswan-swanctl.service.in index 1b865af47..e53c0c6ad 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 +Restart=on-abnormal [Install] WantedBy=multi-user.target diff --git a/init/systemd/strongswan.service.in b/init/systemd/strongswan.service.in index 0bb9d5456..474284a19 100644 --- a/init/systemd/strongswan.service.in +++ b/init/systemd/strongswan.service.in @@ -5,6 +5,7 @@ After=syslog.target network-online.target [Service] ExecStart=@SBINDIR@/@IPSEC_SCRIPT@ start --nofork StandardOutput=syslog +Restart=on-abnormal [Install] WantedBy=multi-user.target