summaryrefslogtreecommitdiff
path: root/nonsystemd/vnstat-openrc/vnstatd.confd
blob: 33edf3560ee828c4eaadde9d407d09e0be654920 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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