homeserver/roles/mgrote_todoist_backup/templates/todoist_backup.service.j2
Michael Grote 6eb88c1c92
Some checks failed
ansible-lint / gitleaks (push) Successful in 6s
ansible-lint / Ansible Lint (push) Failing after 54s
add todoist backup job and role (#194)
Reviewed-on: https://git.mgrote.net///mg/homeserver/pulls/194
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2024-09-27 18:50:18 +02:00

13 lines
212 B
Django/Jinja

{{ file_header | default () }}
[Unit]
Description=Create Todoist backups.
OnFailure=todoist_backup_mail.service
[Service]
Type=simple
Restart=on-failure
RestartSec=10min
ExecStart="/usr/bin/todoist_backup.sh"