mirror of
https://github.com/myronblair/fusionpbx-config
synced 2026-06-30 17:50:16 -05:00
[fusion] Weekly backup 2026-06-08 — 27 files changed, 1794 insertions(+)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#
|
||||
# Install with:
|
||||
#
|
||||
# cp debian-websockets.service /etc/systemd/system/websockets.service
|
||||
# systemctl daemon-reload
|
||||
# systemctl enable --now websockets.service
|
||||
#
|
||||
[Unit]
|
||||
Description=Websocket Router Service
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/var/www/fusionpbx
|
||||
ExecStart=/usr/bin/php /var/www/fusionpbx/core/websockets/resources/service/websockets.php
|
||||
RuntimeDirectory=fusionpbx
|
||||
RuntimeDirectoryMode=0755
|
||||
RuntimeDirectoryPreserve=yes
|
||||
User=www-data
|
||||
Group=www-data
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
StartLimitInterval=0
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user