From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] vnstat: Add restart command.
Date: Thu, 30 Jan 2020 13:41:36 +0100 [thread overview]
Message-ID: <20200130124136.2653-1-stefan.schantl@ipfire.org> (raw)
[-- 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
reply other threads:[~2020-01-30 12:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200130124136.2653-1-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox