From d229d52822d078e4d0829698611d6b9362fcb2e0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 22 Feb 2025 13:49:09 +0000 Subject: [PATCH] core193: Ship vnstat Signed-off-by: Michael Tremer --- config/rootfiles/core/193/filelists/vnstat | 1 + config/rootfiles/core/193/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/193/filelists/vnstat diff --git a/config/rootfiles/core/193/filelists/vnstat b/config/rootfiles/core/193/filelists/vnstat new file mode 120000 index 000000000..2e2e6100b --- /dev/null +++ b/config/rootfiles/core/193/filelists/vnstat @@ -0,0 +1 @@ +../../../common/vnstat \ No newline at end of file diff --git a/config/rootfiles/core/193/update.sh b/config/rootfiles/core/193/update.sh index 6481b9bc8..f8b1ae81e 100644 --- a/config/rootfiles/core/193/update.sh +++ b/config/rootfiles/core/193/update.sh @@ -54,6 +54,7 @@ ldconfig # Start services /etc/init.d/ipsec start /etc/init.d/squid start +/etc/init.d/vnstat restart # This update needs a reboot... #touch /var/run/need_reboot -- 2.39.5