From fd834f60b6f9436d7f198fd030c7da8b21e96309 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 22 Sep 2024 14:40:39 +0000 Subject: [PATCH] core190: Ship OpenSSH Signed-off-by: Michael Tremer --- config/rootfiles/core/190/filelists/openssh | 1 + config/rootfiles/core/190/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/190/filelists/openssh diff --git a/config/rootfiles/core/190/filelists/openssh b/config/rootfiles/core/190/filelists/openssh new file mode 120000 index 0000000000..d8c77fd8e7 --- /dev/null +++ b/config/rootfiles/core/190/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/190/update.sh b/config/rootfiles/core/190/update.sh index 95ab84a8a6..b9e1fd8420 100644 --- a/config/rootfiles/core/190/update.sh +++ b/config/rootfiles/core/190/update.sh @@ -57,6 +57,7 @@ fi # Start services /etc/init.d/collectd restart +/etc/init.d/sshd restart # This update needs a reboot... touch /var/run/need_reboot -- 2.39.5