From: Michael Tremer Date: Tue, 30 Jan 2024 17:50:20 +0000 (+0000) Subject: core184: Ship vnstat X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0742f6eda5838897abd4b5cc66bf2cf5c040951a;p=people%2Fms%2Fipfire-2.x.git core184: Ship vnstat Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/184/filelists/vnstat b/config/rootfiles/core/184/filelists/vnstat new file mode 120000 index 0000000000..2e2e6100bf --- /dev/null +++ b/config/rootfiles/core/184/filelists/vnstat @@ -0,0 +1 @@ +../../../common/vnstat \ No newline at end of file diff --git a/config/rootfiles/core/184/update.sh b/config/rootfiles/core/184/update.sh index 1059d1a1ba..4369846906 100644 --- a/config/rootfiles/core/184/update.sh +++ b/config/rootfiles/core/184/update.sh @@ -32,6 +32,7 @@ for (( i=1; i<=$core; i++ )); do done # Stop services +/etc/init.d/vnstat stop # Extract files extract_files @@ -51,6 +52,7 @@ ldconfig /usr/local/bin/sshctrl # Start services +/etc/init.d/vnstat start # This update needs a reboot... #touch /var/run/need_reboot