15 lines
228 B
SYSTEMD
15 lines
228 B
SYSTEMD
|
[Unit]
|
||
|
Description=Loki Grafana
|
||
|
Wants=risotto.target
|
||
|
After=risotto.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=loki
|
||
|
Group=loki
|
||
|
ExecStart=/usr/bin/loki -config.file=/etc/loki/loki.yaml
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|