From ed241110ab985ceb76469b270231b1ad76ed7603 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 12 May 2026 04:57:37 +0000 Subject: [PATCH] Update the service path for FreeBSD --- app/system/resources/service/freebsd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/system/resources/service/freebsd.service b/app/system/resources/service/freebsd.service index 8695bb436..5c6db60c6 100644 --- a/app/system/resources/service/freebsd.service +++ b/app/system/resources/service/freebsd.service @@ -26,7 +26,7 @@ status_cmd=${name}_status pidfile=${system_status_pidfile} # Path to the PHP script -script="/usr/local/www/fusionpbx/app/system_status/resources/service/system_status.php" +script="/usr/local/www/fusionpbx/app/system/resources/service/system_status.php" # Command to run the script command="/usr/local/bin/php"