1
0
Fork 0
forked from missytake/team-bot
teams-bot/src/teams_bot/pyinfra_assets/teams-bot.service.j2

12 lines
264 B
Django/Jinja

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