Compare commits
No commits in common. "d7f1329ccc771e7bea69dc515816dd2bf94ba1a8" and "8b592d169bf53a4bdb4a8e105f5597e7e25cc0fb" have entirely different histories.
d7f1329ccc
...
8b592d169b
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Grafana Promtail for Prometheus
|
||||
Documentation=https://github.com/grafana/loki
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
User=root
|
||||
Restart=always
|
||||
ExecStart=/usr/local/bin/promtail --config.file=/etc/promtail/prometheus.yaml
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue