1
Files
prometheus-phplatency-exporter/systemd/prometheus-phplatency-exporter.service
2023-11-15 11:48:39 +01:00

12 lines
360 B
Desktop File

[Unit]
Description=Prometheus latency exporter for PHP scripts metrics
Documentation=https://git.rznet.fr/tchivert/prometheus-phplatency-exporter
[Service]
Restart=on-failure
WorkingDirectory=/var/lib/phplatency-exporter
ExecStart=/usr/local/bin/prometheus-phplatency-exporter -c /etc/prometheus/phplatency-exporter.conf
[Install]
WantedBy=multi-user.target