forked from finallycoffee/base
11 lines
198 B
Plaintext
11 lines
198 B
Plaintext
|
[Unit]
|
||
|
Description=Run {{ restic_job_name }}
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar={{ restic_policy.frequency }}
|
||
|
Persistent=True
|
||
|
Unit={{ restic_systemd_unit_naming_scheme }}.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|