12 lines
179 B
INI
12 lines
179 B
INI
# vim:ft=dosini:
|
|
[Unit]
|
|
Description=9iron backup timer
|
|
|
|
[Timer]
|
|
Persistent=true
|
|
OnBootSec={{ backups_boot_delay }}
|
|
OnCalendar={{ backups_time }}
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|