diff --git a/conf/services.d/php-fpm-exporter/run b/conf/services.d/php-fpm-exporter/run
index 0de9c43888c7db001c6620d16124a1e971546723..0dce9cde236a5c81ad1369217bb021cc8128cf3d 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