Update debian-websockets.service

This commit is contained in:
FusionPBX
2025-07-14 15:55:08 -06:00
committed by GitHub
parent 6be994cc33
commit 5e44da8c89

View File

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