11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
|
#!/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
|
||
|
make_pidfile=yes
|
||
|
pidfile=/var/run/loki.pid
|