pyinfra: added systemd service

This commit is contained in:
missytake 2023-10-08 11:39:06 +02:00
parent 74ba2860e4
commit 5a3ab1d87f

View file

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