[www-apps/grafana] bump

This commit is contained in:
2025-10-25 19:49:08 +02:00
parent 22bf68fce3
commit bb3c564868
3 changed files with 15 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
#!/sbin/openrc-run
# Copyright 1999-2022 Gentoo Foundation
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
description="The open-source platform for monitoring and observability"
@@ -8,13 +8,14 @@ description="The open-source platform for monitoring and observability"
: ${GRAFANA_DATADIR:=/var/lib/~PN_S~}
: ${GRAFANA_LOGDIR:=/var/log/~PN_S~}
: ${GRAFANA_TERMTIMEOUT:="TERM/20/KILL/5"}
: ${SSD_OPTS:="-d /usr/share/~PN_S~ -w 1000"}
: ${SSD_OPTS:="-w 1000"}
name="Grafana"
command="/usr/bin/~PN_S~-server"
command_args="${GRAFANA_OPTS}"
command_user="${GRAFANA_USER}"
command_background=true
directory="/usr/share/~PN_S~"
pidfile="/run/${SVCNAME}.pid"
required_files="${GRAFANA_CONFIG}"
retry="${GRAFANA_TERMTIMEOUT}"