aboutsummaryrefslogtreecommitdiffstats
path: root/community/vnstat/vnstatd.confd
diff options
context:
space:
mode:
Diffstat (limited to 'community/vnstat/vnstatd.confd')
-rw-r--r--community/vnstat/vnstatd.confd16
1 files changed, 11 insertions, 5 deletions
diff --git a/community/vnstat/vnstatd.confd b/community/vnstat/vnstatd.confd
index 17901419aac..4f46fb3eeed 100644
--- a/community/vnstat/vnstatd.confd
+++ b/community/vnstat/vnstatd.confd
@@ -1,7 +1,13 @@
-# /etc/conf.d/vnstatd: config file for /etc/init.d/vnstatd
+# Configuration file for /etc/init.d/vnstatd
-# Adjust scheduling priority on vnstatd (default: 0)
-#VNSTATD_NICELEVEL="0"
+# Path to the vnstat config file.
+#cfgfile="/etc/vnstat.conf"
-# Pass extra options to vnstatd
-#VNSTATD_EXTRAOPTS="--config /etc/vnstat.conf"
+# Adjust scheduling priority on vnstatd (default is 0).
+#nicelevel=0
+
+# Pass extra options to vnstatd.
+#command_args=
+
+# Uncomment to use process supervisor.
+#supervisor="supervise-daemon"