Michael Grote
6eb88c1c92
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>
12 lines
212 B
Django/Jinja
12 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"
|