mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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]
|
[Service]
|
||||||
ExecStart=/usr/bin/vdirsyncer sync
|
ExecStart=/usr/bin/vdirsyncer sync
|
||||||
RuntimeMaxSec=30s
|
RuntimeMaxSec=3m
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue