prometheus/templates/systemd/prometheus-php-opcache-exporter.service.j2

12 lines
243 B
Plaintext
Raw Normal View History

2022-01-05 15:44:39 +01:00
[Unit]
Description=Prometheus PHP Opcache Exporter
After=network.target
[Service]
Type=simple
2022-01-05 16:00:23 +01:00
ExecStart=/usr/local/bin/prometheus-opcache-exporter
EnvironmentFile=/etc/default/prometheus-opcache-exporter
2022-01-05 15:44:39 +01:00
[Install]
WantedBy=multi-user.target