From 13bc029afcf61d1bf27b7b0155ed47f857f4fbde Mon Sep 17 00:00:00 2001 From: "jean-yves.fournier" Date: Wed, 5 Jan 2022 16:25:28 +0100 Subject: [PATCH] args --- templates/systemd/prometheus-opcache-exporter.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/systemd/prometheus-opcache-exporter.service.j2 b/templates/systemd/prometheus-opcache-exporter.service.j2 index f19caf7..b6e634b 100644 --- a/templates/systemd/prometheus-opcache-exporter.service.j2 +++ b/templates/systemd/prometheus-opcache-exporter.service.j2 @@ -4,7 +4,7 @@ After=network.target [Service] Type=simple -ExecStart=/usr/local/bin/prometheus-opcache-exporter +ExecStart=/usr/local/bin/prometheus-opcache-exporter $ARGS EnvironmentFile=/etc/default/prometheus-opcache-exporter [Install]