move from neurobot

This commit is contained in:
2026-02-28 18:29:31 +05:00
commit 67045c71a0
202 changed files with 16194 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
[Unit]
Description=Telegram game chat-robot: @neurobot_game_robot
Wants=network.target
After=syslog.target network-online.target
[Service]
ExecStart=sudo -u www-data /usr/bin/php /var/www/neurobot.kodorvan.tech/kodorvan/neurobot/system/public/telegram.php
PIDFile=/var/run/php/neurobot.pid
RemainAfterExit=no
RuntimeMaxSec=3600s
Restart=always
RestartSec=5s
[Install]
WantedBy=multi-user.target