added search process and main menu

This commit is contained in:
2025-04-11 03:40:05 +07:00
parent 447a459f51
commit d867d640a4
160 changed files with 7566 additions and 92 deletions

View File

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