From 69d7702ddedb0ea43d6d01250881f7a921532f4d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 21 Jul 2023 09:33:34 +0000 Subject: [PATCH] core177: Ship & restart OpenSSH Signed-off-by: Michael Tremer --- config/rootfiles/core/177/filelists/openssh | 1 + config/rootfiles/core/177/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/177/filelists/openssh diff --git a/config/rootfiles/core/177/filelists/openssh b/config/rootfiles/core/177/filelists/openssh new file mode 120000 index 0000000000..d8c77fd8e7 --- /dev/null +++ b/config/rootfiles/core/177/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/177/update.sh b/config/rootfiles/core/177/update.sh index a98d39f2d1..8180799405 100644 --- a/config/rootfiles/core/177/update.sh +++ b/config/rootfiles/core/177/update.sh @@ -121,6 +121,7 @@ ldconfig /usr/local/bin/filesystem-cleanup # Start services +/etc/init.d/sshd restart /etc/init.d/unbound reload /etc/init.d/ntp restart if [ -f /var/ipfire/proxy/enable ]; then -- 2.39.5