From c5487f807302f385a6408f82c33c897ea34d15bb Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 21 Aug 2023 09:27:57 +0000 Subject: [PATCH] core180: Ship vnstat Signed-off-by: Michael Tremer --- config/rootfiles/core/180/filelists/vnstat | 1 + config/rootfiles/core/180/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/180/filelists/vnstat diff --git a/config/rootfiles/core/180/filelists/vnstat b/config/rootfiles/core/180/filelists/vnstat new file mode 120000 index 0000000000..2e2e6100bf --- /dev/null +++ b/config/rootfiles/core/180/filelists/vnstat @@ -0,0 +1 @@ +../../../common/vnstat \ No newline at end of file diff --git a/config/rootfiles/core/180/update.sh b/config/rootfiles/core/180/update.sh index 06a087675e..6574bf9752 100644 --- a/config/rootfiles/core/180/update.sh +++ b/config/rootfiles/core/180/update.sh @@ -49,6 +49,7 @@ ldconfig # Start services telinit u +/etc/rc.d/init.d/vnstat restart # This update needs a reboot... #touch /var/run/need_reboot -- 2.39.5