Deploy `systemd` config for `Loki`.
This commit is contained in:
parent
49869c48fa
commit
d6c76791b6
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Grafana Loki
|
||||
Documentation=https://github.com/grafana/loki
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
User=root
|
||||
Restart=always
|
||||
ExecStart=/usr/local/bin/loki --config.file=/etc/loki/loki-config.yml
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue