HOME


sh-3ll 1.0
DIR:/usr/local/lp/opt/exporters/scripts/systemd/
Upload File :
Current File : //usr/local/lp/opt/exporters/scripts/systemd/php-fpm_exporter.service
# -*- mode: conf -*-

[Unit]
Description=PHP-FPM exporter
Documentation=https://github.com/hipages/php-fpm_exporter
After=network.target

[Service]
EnvironmentFile=/usr/local/lp/etc/exporters/php-fpm_exporter
User=systuser
ExecStart=/usr/local/lp/opt/exporters/php-fpm_exporter/php-fpm_exporter $ARGS
Restart=on-failure

[Install]
WantedBy=multi-user.target