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:
Oleksandr Natalenko 2020-10-04 22:08:41 +02:00
parent 1de3632620
commit f79647b29c

View file

@ -4,5 +4,5 @@ Documentation=https://vdirsyncer.readthedocs.org/
[Service]
ExecStart=/usr/bin/vdirsyncer sync
RuntimeMaxSec=30s
RuntimeMaxSec=3m
Restart=on-failure