This commit is contained in:
2025-07-06 14:09:01 +07:00
parent edf98e5ecb
commit 77f62d53af
219 changed files with 3029 additions and 173 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/pechatalka/svoboda/pechatalka/system/public/robot.php
PIDFile=/var/run/php/pechatalka.pid
RemainAfterExit=no
RuntimeMaxSec=3600s
Restart=always
RestartSec=5s
[Install]
WantedBy=multi-user.target