mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
contrib/systemd: extend timeout to 3 mins
Some people may have mixes of many servers and/or slow connections, and we'd rather not break for them. Signed-off-by: Oleksandr Natalenko <oleksandr@natalenko.name>
This commit is contained in:
parent
1de3632620
commit
f79647b29c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,5 +4,5 @@ Documentation=https://vdirsyncer.readthedocs.org/
|
|||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/vdirsyncer sync
|
||||
RuntimeMaxSec=30s
|
||||
RuntimeMaxSec=3m
|
||||
Restart=on-failure
|
||||
|
|
|
|||
Loading…
Reference in a new issue