mirror of
https://github.com/roles-ansible/ansible_role_restic.git
synced 2024-12-11 23:41:32 +01:00
9 lines
186 B
Text
9 lines
186 B
Text
|
[Unit]
|
||
|
Description=Backup {{ item.name }} using restic
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart={{ restic_script_dir }}/backup-{{ item.name }}.sh
|
||
|
TimeoutStartSec=300min
|
||
|
Environment="CRON=true"
|