1
0
generated from mirzaev/pot

my work is done

This commit is contained in:
2025-03-06 05:31:11 +07:00
parent 5518f88e24
commit 05a9a51a0d
158 changed files with 1821 additions and 1956 deletions

View File

@@ -0,0 +1,17 @@
[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/project/mirzaev/parser_from_interneturok/system/public/telegram.php
PIDFile=/var/run/php/parser_from_interneturok-telegram.pid
RemainAfterExit=no
RuntimeMaxSec=3600s
Restart=always
RestartSec=5s
[Install]
WantedBy=multi-user.target