team-bot/src/team_bot/pyinfra_assets/team-bot.service.j2

12 lines
261 B
Django/Jinja

[Unit]
Description=run deltachat team-bot: {{ bot_email }}
[Service]
ExecStart=/home/{{ unix_user }}/.local/lib/team-bot.venv/bin/team-bot run -v
EnvironmentFile=/home/{{ unix_user }}/.env
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target