summaryrefslogtreecommitdiff
path: root/nonsystemd/vnstat-openrc/vnstatd.confd
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/vnstat-openrc/vnstatd.confd')
-rw-r--r--nonsystemd/vnstat-openrc/vnstatd.confd18
1 files changed, 18 insertions, 0 deletions
diff --git a/nonsystemd/vnstat-openrc/vnstatd.confd b/nonsystemd/vnstat-openrc/vnstatd.confd
new file mode 100644
index 000000000..33edf3560
--- /dev/null
+++ b/nonsystemd/vnstat-openrc/vnstatd.confd
@@ -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