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