* [PATCH] vnstat 2.6: Added status section for initscript
@ 2020-04-11 17:08 Matthias Fischer
0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2020-04-11 17:08 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 722 bytes --]
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
src/initscripts/system/vnstat | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/initscripts/system/vnstat b/src/initscripts/system/vnstat
index 999307d99..c1bb2942a 100755
--- a/src/initscripts/system/vnstat
+++ b/src/initscripts/system/vnstat
@@ -39,6 +39,10 @@ case "$1" in
${0} start
;;
+ status)
+ statusproc /usr/sbin/vnstatd
+ ;;
+
backup)
# Backup all data if ramdisk is used
if mountpoint "${RRDLOG}" &>/dev/null; then
@@ -47,7 +51,7 @@ case "$1" in
;;
*)
- echo "Usage: $0 {start|stop|restart|backup}"
+ echo "Usage: $0 {start|stop|restart|status|backup}"
exit 1
;;
esac
--
2.18.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-04-11 17:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-11 17:08 [PATCH] vnstat 2.6: Added status section for initscript Matthias Fischer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox