Add restart always

This commit is contained in:
FusionPBX
2025-06-25 12:02:14 -06:00
committed by GitHub
parent f8fa5d8afa
commit 858e0ab491

View File

@@ -10,9 +10,11 @@ Description=Websocket Router Service
[Service]
ExecStart=/usr/bin/php /var/www/fusionpbx/core/websockets/resources/service/websockets.php --no-fork
Restart=on-failure
User=www-data
Group=www-data
Restart=always
RestartSec=5
StartLimitInterval=0
[Install]
WantedBy=multi-user.target