diff --git a/cookbooks/nomad/files/lib/systemd/system/promtail-nomad.service b/cookbooks/nomad/files/lib/systemd/system/promtail-nomad.service deleted file mode 100644 index a093d6f..0000000 --- a/cookbooks/nomad/files/lib/systemd/system/promtail-nomad.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Grafana Promtail -Documentation=https://github.com/grafana/loki -After=network-online.target - -[Service] -User=root -Restart=always -ExecStart=/usr/local/bin/promtail --config.file=/etc/promtail/nomad.yaml - -[Install] -WantedBy=multi-user.target