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
2021-12-07 17:47:51 +01:00

8 lines
181 B
Django/Jinja

[Unit]
Description=Backup {{ item.name }} using restic
[Service]
Type=oneshot
ExecStart={{ restic_script_dir }}/backup-{{ item.name }}.sh
TimeoutStartSec=0
Environment="CRON=true"