intra_max_bot/deploy/systemd/max-support.service.template
2026-03-19 17:05:20 +03:00

18 lines
340 B
Text

[Unit]
Description=MAX Support Bot (FastAPI + MAX bot runtime)
After=network.target
[Service]
Type=simple
User=__APP_USER__
WorkingDirectory=__APP_DIR__
EnvironmentFile=__APP_DIR__/.env
ExecStart=__APP_DIR__/.venv/bin/python -m app.run
Restart=always
RestartSec=3
KillSignal=SIGINT
TimeoutStopSec=30
[Install]
WantedBy=multi-user.target