You've already forked prometheus-phplatency-exporter
12 lines
360 B
Desktop File
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
|