Services no longer require the --no-fork parameter

This commit is contained in:
FusionPBX
2025-08-04 15:59:35 -06:00
committed by GitHub
parent 9d9a162927
commit 0157a58639
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
Description=Active Calls Websocket Service
[Service]
ExecStart=/usr/bin/php /var/www/fusionpbx/app/active_calls/resources/service/active_calls.php --no-fork
ExecStart=/usr/bin/php /var/www/fusionpbx/app/active_calls/resources/service/active_calls.php
User=www-data
Group=www-data
Restart=always