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

@@ -11,7 +11,7 @@ Description=Websocket Router Service
[Service]
ExecStartPre=+mkdir -p /var/run/fusionpbx
ExecStartPre=+chown www-data:www-data /var/run/fusionpbx
ExecStart=/usr/bin/php /var/www/fusionpbx/core/websockets/resources/service/websockets.php --no-fork
ExecStart=/usr/bin/php /var/www/fusionpbx/core/websockets/resources/service/websockets.php
User=www-data
Group=www-data
Restart=always