From f79647b29c3a7d979955934d11461aa36f5ed0bd Mon Sep 17 00:00:00 2001 From: Oleksandr Natalenko Date: Sun, 4 Oct 2020 22:08:41 +0200 Subject: [PATCH] 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 --- contrib/vdirsyncer.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/vdirsyncer.service b/contrib/vdirsyncer.service index ac5c45c..5f4a5a0 100644 --- a/contrib/vdirsyncer.service +++ b/contrib/vdirsyncer.service @@ -4,5 +4,5 @@ Documentation=https://vdirsyncer.readthedocs.org/ [Service] ExecStart=/usr/bin/vdirsyncer sync -RuntimeMaxSec=30s +RuntimeMaxSec=3m Restart=on-failure