blob: a37c8402c30ecf9c3f5f7cb5dbeffc865b193f81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Home variable is used by init.d script to precreate db dir with correct user.
victoriametrics_home=/var/lib/victoria-metrics
# Daemon options. See "victoria-metrics -help" for list.
victoriametrics_opts="-storageDataPath $victoriametrics_home -httpListenAddr 127.0.0.1:8428"
# Uncomment both lines if you want logs to go to syslog
#error_logger="logger -t $RC_SVCNAME"
#rc_need=logger
# Depending on workload daemon may take some time to stop.
# Uncomment variable below to increase stop wait time (value is in seconds).
#retry=10
|