[Unit]
Description=Backup {{ item.name }} using restic

[Service]
Type=oneshot
ExecStart={{ restic_script_dir }}/backup-{{ item.name }}.sh
TimeoutStartSec=900s
Environment="CRON=true"