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:
commit
c74fc8d93d
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ Description=Backup {{ item.name }} using restic
|
|||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart={{ restic_script_dir }}/backup-{{ item.name }}.sh
|
||||
TimeoutStartSec=300min
|
||||
TimeoutStartSec=900s
|
||||
Environment="CRON=true"
|
||||
|
|
Loading…
Reference in a new issue