summaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorVladimír Čunát <vladimir.cunat@nic.cz>2024-03-25 11:23:37 +0100
committerVladimír Čunát <vladimir.cunat@nic.cz>2024-03-25 11:29:42 +0100
commit36757d8f948b01de1b816fdf669dc1a767d5f1ff (patch)
tree729b43879e6b1c01cf290de6113f7f1f3236e2d5 /systemd
parentMerge branch 'improve-limits' into '6.0' (diff)
downloadknot-resolver-36757d8f948b01de1b816fdf669dc1a767d5f1ff.tar.xz
knot-resolver-36757d8f948b01de1b816fdf669dc1a767d5f1ff.zip
manager, systemd: increase startup timeout for manager (again)
During the previous increase I didn't realize the comment added now.
Diffstat (limited to 'systemd')
-rw-r--r--systemd/knot-resolver.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/knot-resolver.service.in b/systemd/knot-resolver.service.in
index c1277534..4cf544ad 100644
--- a/systemd/knot-resolver.service.in
+++ b/systemd/knot-resolver.service.in
@@ -8,7 +8,7 @@ Wants=nss-lookup.target
[Service]
Type=notify
-TimeoutStartSec=10s
+TimeoutStartSec=600s
ExecStart=@bin_dir@/knot-resolver --config=@etc_dir@/config.yaml
Environment=KRES_LOGGING_TARGET=syslog
ExecReload=@bin_dir@/kresctl --config=@etc_dir@/config.yaml reload