11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
# Configuration for /etc/init.d/alloy
|
|
|
|
STORAGE=/data/alloy
|
|
export ENVIRONMENT=prod
|
|
export LOKI_URL=_LOKI_URL_
|
|
export LOKI_TENANT=_LOKI_TENANT_
|
|
export NODE_NAME=$(cat /etc/hostname)
|
|
|
|
# Comment out to disable process supervisor.
|
|
supervisor=supervise-daemon
|