prometheus/templates/systemd/prometheus-php-opcache-exporter.service.j2
jean-yves.fournier 024b001bea opcache v2
2022-01-05 16:00:23 +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