prometheus/templates/systemd/prometheus-opcache-exporter.service.j2
jean-yves.fournier 03c41a5999 change name
2022-01-05 16:15:43 +01:00

12 lines
243 B
Django/Jinja

[Unit]
Description=Prometheus PHP Opcache Exporter
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/prometheus-opcache-exporter
EnvironmentFile=/etc/default/prometheus-opcache-exporter
[Install]
WantedBy=multi-user.target