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]