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

11 lines
203 B
Plaintext
Raw Normal View History

2021-04-29 18:53:56 +02:00
[Unit]
Description=Prometheus PHP-FPM Exporter
After=network.target
[Service]
Type=simple
2021-10-05 16:52:47 +02:00
ExecStart=/bin/bash /usr/local/bin/prometheus-phpfpm-exporter-script.sh
2021-04-29 18:53:56 +02:00
[Install]
WantedBy=multi-user.target