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

disable timeout mechanism

This commit is contained in:
L3D 2021-12-07 17:47:51 +01:00
parent 92e62aa67c
commit ee06222b20
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -4,5 +4,5 @@ Description=Backup {{ item.name }} using restic
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart={{ restic_script_dir }}/backup-{{ item.name }}.sh ExecStart={{ restic_script_dir }}/backup-{{ item.name }}.sh
TimeoutStartSec=900s TimeoutStartSec=0
Environment="CRON=true" Environment="CRON=true"