pyinfra-deploy #7

Merged
missytake merged 10 commits from pyinfra-deploy into main 2023-10-09 06:10:40 +00:00
Showing only changes of commit beddedf85d - Show all commits

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