Add restart always

This commit is contained in:
FusionPBX
2025-06-25 12:03:05 -06:00
committed by GitHub
parent 858e0ab491
commit c821e29679

View File

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