From 074075afdcd4a65af8e4cac82ced2a42a6943fe6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 12 Feb 2021 11:55:23 +0000 Subject: [PATCH] core155: Ship collectd Signed-off-by: Michael Tremer --- config/rootfiles/core/155/filelists/collectd | 1 + config/rootfiles/core/155/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/155/filelists/collectd diff --git a/config/rootfiles/core/155/filelists/collectd b/config/rootfiles/core/155/filelists/collectd new file mode 120000 index 0000000000..871b32f14b --- /dev/null +++ b/config/rootfiles/core/155/filelists/collectd @@ -0,0 +1 @@ +../../../common/collectd \ No newline at end of file diff --git a/config/rootfiles/core/155/update.sh b/config/rootfiles/core/155/update.sh index 771a1b27be..f7b2e82794 100644 --- a/config/rootfiles/core/155/update.sh +++ b/config/rootfiles/core/155/update.sh @@ -52,6 +52,7 @@ ldconfig # Start services /etc/init.d/unbound restart +/etc/init.d/collectd restart /etc/init.d/squid restart # This update needs a reboot... -- 2.39.5