public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] vnstat: Add restart command.
@ 2020-01-30 12:41 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2020-01-30 12:41 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 788 bytes --]

From: Markus Untersee <m.untersee(a)buerliag.ch>

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 src/initscripts/system/vnstat | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/initscripts/system/vnstat b/src/initscripts/system/vnstat
index 518b2d7c6..363307013 100755
--- a/src/initscripts/system/vnstat
+++ b/src/initscripts/system/vnstat
@@ -21,7 +21,11 @@ case "$1" in
 	stop)
 		umount_ramdisk "${VNSTATLOG}"
 		;;
-
+	restart)
+		${0} stop
+		sleep 1
+		${0} start
+		;;
 	backup)
 		# Backup all data if ramdisk is used
 		if mountpoint "${RRDLOG}" &>/dev/null; then
@@ -30,7 +34,7 @@ case "$1" in
 		;;
 
 	*)
-		echo "Usage: $0 {start|stop|backup}"
+		echo "Usage: $0 {start|stop|restart|backup}"
 		exit 1
 		;;
 esac
-- 
2.25.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-30 12:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-30 12:41 [PATCH] vnstat: Add restart command Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox