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

Merge pull request #2 from roles-ansible/tmout

reduce TimeoutStartSec to 900s
This commit is contained in:
L3D 2021-05-04 16:14:19 +02:00 committed by GitHub
commit c74fc8d93d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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=300min TimeoutStartSec=900s
Environment="CRON=true" Environment="CRON=true"