12 lines
182 B
Plaintext
12 lines
182 B
Plaintext
|
|
||
|
[Unit]
|
||
|
Description=Loki service
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=loki
|
||
|
ExecStart=/usr/local/bin/loki -config.file /etc/loki.yaml
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|