summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2017-06-27 18:24:27 +0200
committerThomas Deutschmann <whissi@gentoo.org>2017-06-27 18:25:56 +0200
commit9bedfaa050827b35da830925cfd8a2e1469b3411 (patch)
treedbb1caaa1216febaeed131ade19488ff72c59159 /net-analyzer/vnstat/files/vnstatd.confd-r1
parentgnome-extra/cinnamon-desktop: Add missing accountservice dep (diff)
downloadgentoo-9bedfaa050827b35da830925cfd8a2e1469b3411.tar.gz
gentoo-9bedfaa050827b35da830925cfd8a2e1469b3411.tar.bz2
gentoo-9bedfaa050827b35da830925cfd8a2e1469b3411.zip
net-analyzer/vnstat: Rev bump to improve runscript and to add systemd support (bug #522226)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-analyzer/vnstat/files/vnstatd.confd-r1')
-rw-r--r--net-analyzer/vnstat/files/vnstatd.confd-r118
1 files changed, 18 insertions, 0 deletions
diff --git a/net-analyzer/vnstat/files/vnstatd.confd-r1 b/net-analyzer/vnstat/files/vnstatd.confd-r1
new file mode 100644
index 000000000000..33edf3560ee8
--- /dev/null
+++ b/net-analyzer/vnstat/files/vnstatd.confd-r1
@@ -0,0 +1,18 @@
+# /etc/conf.d/vnstatd: config file for /etc/init.d/vnstatd
+
+# Configuration file
+VNSTATD_CONFIGFILE="/etc/vnstat.conf"
+
+# PID file
+VNSTATD_PIDFILE="/run/vnstat/vnstatd.pid"
+
+# Options to vnstatd
+# See vnstatd(8) for more details
+# Notes:
+# * Do not specify another PIDFILE but use the variable above to change the location
+# * Do not specify another CONFIGFILE but use the variable above to change the location
+VNSTATD_OPTS=""
+
+# Wait x milliseconds after starting and check that daemon is still running.
+# See start-stop-daemon(8) for more details
+SSD_STARTWAIT=500