diff --git a/conf/services.d/php-fpm-exporter/run b/conf/services.d/php-fpm-exporter/run index 9eec32d0eb76ef96238ebf819de2eca4d5227b57..0de9c43888c7db001c6620d16124a1e971546723 100755 --- a/conf/services.d/php-fpm-exporter/run +++ b/conf/services.d/php-fpm-exporter/run @@ -1,4 +1,4 @@ #!/bin/sh . /etc/apache2/envvars export HOME=/ -exec /usr/sbin/php-fpm-exporter server --phpfpm.scrape-uri=unix:///run/php/php7.4-fpm.sock\\;/status --web.listen-address=:$PHP_FPM_EXPORTER_PORT +exec /usr/sbin/php-fpm-exporter server "--phpfpm.scrape-uri=unix:///run/php/php7.4-fpm.sock\\;/status" --web.listen-address=:$PHP_FPM_EXPORTER_PORT