From 302cc2fa289fb7afe6e7db722b143fff91a981e4 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Wed, 3 Apr 2024 16:28:20 +0900 Subject: [PATCH] Delete unnecessary `systemd` config for `Promtail`. --- .../files/lib/systemd/system/promtail-nginx.service | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 cookbooks/nginx/files/lib/systemd/system/promtail-nginx.service diff --git a/cookbooks/nginx/files/lib/systemd/system/promtail-nginx.service b/cookbooks/nginx/files/lib/systemd/system/promtail-nginx.service deleted file mode 100644 index dc8c2b6..0000000 --- a/cookbooks/nginx/files/lib/systemd/system/promtail-nginx.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Grafana Promtail (nginx) -Documentation=https://github.com/grafana/loki -After=network-online.target - -[Service] -User=root -Restart=always -ExecStart=/usr/local/bin/promtail --config.file=/etc/promtail/nginx.yaml - -[Install] -WantedBy=multi-user.target