Submit
Path:
~
/
/
usr
/
share
/
grafana
/
packaging
/
wrappers
/
File Content:
grafana-server
#! /usr/bin/env bash # Wrapper for the grafana binary # This file serves as a wrapper for the grafana binary. It ensures we set # the system-wide Grafana configuration that was bundled with the package as we # use the binary. GRAFANA_HOME="${GRAFANA_HOME:-/usr/share/grafana}" EXECUTABLE="$GRAFANA_HOME/bin/grafana" if [ ! -x $EXECUTABLE ]; then echo "$EXECUTABLE not installed or not executable" exit 5 fi CMD=server eval $EXECUTABLE "$CMD" "$@"
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
grafana
1299 bytes
0755
grafana-cli
1133 bytes
0755
grafana-server
455 bytes
0755
N4ST4R_ID | Naxtarrr