Files
Zilant2025/services/testedit-git.service
T
gitadmin 35c8a00822
ci/woodpecker/push/woodpecker Pipeline was successful
[ВОЛК] увеличение таймаута gunicorn
2025-12-21 14:19:24 +03:00

14 lines
354 B
Desktop File

# /etc/systemd/system/testedit-git.service
[Unit]
Description=AUTOTEST Zilant Bot service group - Reposter Control
After=network.target
[Service]
User=root
WorkingDirectory=/opt/testbot-git
ExecStart=/opt/testbot-git/venv/bin/gunicorn --bind 192.168.0.109:5006 --workers 4 --timeout=60 wsgi_edit:app
Restart=always
[Install]
WantedBy=multi-user.target