diff --git a/cookbooks/prometheus-exporters/files/lib/systemd/system/promtail-prometheus.service b/cookbooks/prometheus-exporters/files/lib/systemd/system/promtail-prometheus.service deleted file mode 100644 index a52887f..0000000 --- a/cookbooks/prometheus-exporters/files/lib/systemd/system/promtail-prometheus.service +++ /dev/null @@ -1,12 +0,0 @@ -[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