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