You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apps/grafana-bin/files/grafana.confd

13 lines
344 B

# Config file for /etc/init.d/grafana
# The user to run your application as.
GRAFANA_USER=grafana
# The group to run your application as.
GRAFANA_GROUP=grafana
# Starting with 4.0, grafana uses a lot of file descriptors.
# If you run into the default limit of 1024, uncomment this line and if needed,
# bump its value.
#rc_ulimit="-n 10000"