Files
Zilant2025/services/testbot-git.service
2026-08-02 15:05:14 +03:00

14 lines
364 B
Desktop File

# /etc/systemd/system/testbot-git.service
[Unit]
Description=AUTOTEST Zilant Bot service group - Channel Bot
After=network.target
[Service]
User=root
WorkingDirectory=/opt/testbot-git
ExecStart=/opt/testbot-git/venv/bin/gunicorn --bind 192.168.0.109:5005 --workers 4 --config gunicorn_bot.conf.py wsgi_bot:app
Restart=always
[Install]
WantedBy=multi-user.target