aports/community/loki/loki.initd
Leonardo Arena 904290adf3 community/loki: moved from testing
Maintainer agrees with this move
2023-10-24 06:35:58 +00:00

12 lines
251 B
Bash

#!/sbin/openrc-run
configfile="${LOKI_CONF:-/etc/loki/loki-local-config.yaml}"
command=/usr/bin/loki
command_args="-config.file=${configfile}
${LOKI_OPTS}"
command_background=yes
command_user=loki:grafana
make_pidfile=yes
pidfile=/var/run/loki.pid