1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_restic.git synced 2024-12-11 23:41:32 +01:00
ansible_role_restic/templates/restic.service.j2

9 lines
184 B
Text
Raw Normal View History

2021-04-29 14:58:12 +02:00
[Unit]
Description=Backup {{ item.name }} using restic
[Service]
Type=oneshot
ExecStart={{ restic_script_dir }}/backup-{{ item.name }}.sh
2021-05-04 15:37:20 +02:00
TimeoutStartSec=900s
2021-04-29 14:58:12 +02:00
Environment="CRON=true"