resolved #129, resolved #124, resolved #123, resolved #119, resolved #118, resolved #114, resolved #111

This commit is contained in:
2024-05-31 10:50:05 +07:00
parent a5b771a99a
commit 19a5dbd9b7
178 changed files with 4261 additions and 1682 deletions

17
ebala-socket.service Executable file
View File

@@ -0,0 +1,17 @@
[Unit]
Description=Ebala-socket
Wants=network.target
After=syslog.target network-online.target
[Service]
ExecStart=sudo -u www-data /usr/bin/php /var/www/ebala/mirzaev/ebala/system/public/socket.php
PIDFile=/var/run/php/ebala-socket.pid
RemainAfterExit=no
RuntimeMaxSec=3600s
Restart=always
RestartSec=30s
[Install]
WantedBy=multi-user.target