mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-14 15:40:18 +01:00
8 lines
184 B
Django/Jinja
8 lines
184 B
Django/Jinja
[Unit]
|
|
Description=Backup {{ item.name }} using restic
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart={{ restic_script_dir }}/backup-{{ item.name }}.sh
|
|
TimeoutStartSec=900s
|
|
Environment="CRON=true"
|