forked from missytake/team-bot
12 lines
264 B
Django/Jinja
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
|