18 lines
440 B
Desktop File
18 lines
440 B
Desktop File
# Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
|
|
[Unit]
|
|
Description=Plesk Web Socket Service
|
|
Wants=mariadb.service mysql.service
|
|
After=network.target mariadb.service mysql.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/opt/psa/bin/sw-engine-pleskrun /opt/psa/admin/plib/WebSocket/bin/ws-server.php
|
|
User=psaadm
|
|
Group=psaadm
|
|
RuntimeDirectory=plesk-web-socket
|
|
RuntimeDirectoryMode=0770
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|