[www-apps/grafana] bump

This commit is contained in:
2026-04-21 06:02:45 +02:00
parent afb4a4e330
commit 1cc9bb3612
4 changed files with 12 additions and 20 deletions

View File

@@ -11,8 +11,8 @@ description="The open-source platform for monitoring and observability"
: ${SSD_OPTS:="-w 1000"}
name="Grafana"
command="/usr/bin/~PN_S~-server"
command_args="${GRAFANA_OPTS}"
command="/usr/bin/~PN_S~"
command_args="server ${GRAFANA_OPTS}"
command_user="${GRAFANA_USER}"
command_background=true
directory="/usr/share/~PN_S~"

View File

@@ -11,7 +11,7 @@ Type=simple
Restart=on-failure
RuntimeDirectory=~PN_S~
WorkingDirectory=/usr/share/~PN_S~
ExecStart=/usr/libexec/~PN_S~/grafana-server \
ExecStart=/usr/libexec/~PN_S~/grafana server \
--config=/etc/~PN_S~/grafana.ini \
--pidfile=/run/~PN_S~/grafana.pid \
cfg:default.paths.logs=/var/log/~PN_S~ \