From e1176c3be6e2e6b5fb1fce0bda578620278827cc Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 31 Mar 2021 12:12:05 +0000 Subject: [PATCH] core156: Ship strongswan Signed-off-by: Michael Tremer --- config/rootfiles/core/156/filelists/strongswan | 1 + config/rootfiles/core/156/update.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 120000 config/rootfiles/core/156/filelists/strongswan diff --git a/config/rootfiles/core/156/filelists/strongswan b/config/rootfiles/core/156/filelists/strongswan new file mode 120000 index 0000000000..90c727e265 --- /dev/null +++ b/config/rootfiles/core/156/filelists/strongswan @@ -0,0 +1 @@ +../../../common/strongswan \ No newline at end of file diff --git a/config/rootfiles/core/156/update.sh b/config/rootfiles/core/156/update.sh index fca7d4cb6a..8485d84a0b 100644 --- a/config/rootfiles/core/156/update.sh +++ b/config/rootfiles/core/156/update.sh @@ -54,6 +54,9 @@ ldconfig # Start services telinit u /etc/init.d/suricata restart +if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then + /etc/init.d/ipsec restart +fi # This update needs a reboot... #touch /var/run/need_reboot -- 2.39.5