File: service

package info (click to toggle)
prometheus-phpfpm-exporter 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: sh: 52; makefile: 35; php: 23
file content (12 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Prometheus exporter for PHP-FPM
Documentation=https://github.com/Lusitaniae/phpfpm_exporter/

[Service]
Restart=on-failure
User=prometheus
EnvironmentFile=/etc/default/prometheus-phpfpm-exporter
ExecStart=/usr/bin/prometheus-phpfpm-exporter $ARGS

[Install]
WantedBy=multi-user.target