[ВОЛК] runner-timer
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-12-26 02:14:34 +03:00
parent 82bb7984e9
commit c8f1cc2595
4 changed files with 155 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# /etc/systemd/system/runner.service
[Unit]
Description=Zilant Bot Runner - Executes scheduled scripts
After=network.target
[Service]
Type=oneshot
User=root
WorkingDirectory=/opt/testbot-git
ExecStart=/bin/bash /opt/testbot-git/runner.sh
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target