12 lines
176 B
Django/Jinja
12 lines
176 B
Django/Jinja
[Unit]
|
|
Description=Trigger the backup of the drone database
|
|
|
|
[Timer]
|
|
OnCalendar={{ backup_frequency }}
|
|
Persistent=True
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|
|
|
|
# vim: set ft=dosini:
|