mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-22 08:28:30 +00:00
18 lines
389 B
Desktop File
18 lines
389 B
Desktop File
[Unit]
|
|
Description=Active Calls Websocket Service
|
|
|
|
[Service]
|
|
WorkingDirectory=/var/www/fusionpbx
|
|
ExecStart=/usr/bin/php /var/www/fusionpbx/app/active_calls/resources/service/active_calls.php
|
|
RuntimeDirectory=fusionpbx
|
|
RuntimeDirectoryMode=0755
|
|
RuntimeDirectoryPreserve=yes
|
|
User=www-data
|
|
Group=www-data
|
|
Restart=always
|
|
RestartSec=5
|
|
StartLimitInterval=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|