From dec2fb4710e33f2fd6901d259fd012586fbd1299 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 2 Jul 2024 09:24:43 +0000 Subject: [PATCH] core187: Ship and restart OpenSSH Signed-off-by: Michael Tremer --- config/rootfiles/core/187/filelists/openssh | 1 + config/rootfiles/core/187/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/187/filelists/openssh diff --git a/config/rootfiles/core/187/filelists/openssh b/config/rootfiles/core/187/filelists/openssh new file mode 120000 index 000000000..d8c77fd8e --- /dev/null +++ b/config/rootfiles/core/187/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/187/update.sh b/config/rootfiles/core/187/update.sh index 5e3dbdf20..e43dc279e 100644 --- a/config/rootfiles/core/187/update.sh +++ b/config/rootfiles/core/187/update.sh @@ -52,6 +52,7 @@ ldconfig # Start services /etc/init.d/unbound restart /etc/init.d/suricata restart +/etc/init.d/sshd restart # Build initial ramdisks (for intel-microcode) dracut --regenerate-all --force -- 2.39.5