add opcache

This commit is contained in:
jean-yves.fournier
2022-01-05 15:44:39 +01:00
parent a5db641142
commit 14baee3d40
7 changed files with 85 additions and 0 deletions

View File

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