prometheus/templates/systemd/prometheus-opcache-exporter.service.j2

12 lines
249 B
Plaintext
Raw Permalink Normal View History

2022-01-05 15:44:39 +01:00
[Unit]
Description=Prometheus PHP Opcache Exporter
After=network.target
[Service]
Type=simple
2022-01-05 16:25:28 +01:00
ExecStart=/usr/local/bin/prometheus-opcache-exporter $ARGS
2022-01-05 16:00:23 +01:00
EnvironmentFile=/etc/default/prometheus-opcache-exporter
2022-01-05 15:44:39 +01:00
[Install]
WantedBy=multi-user.target