]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
systemd: add comments for environment variables to the service file
authorDaniel Salzman <daniel.salzman@nic.cz>
Tue, 26 Oct 2021 07:28:40 +0000 (09:28 +0200)
committerDaniel Salzman <daniel.salzman@nic.cz>
Tue, 26 Oct 2021 07:28:40 +0000 (09:28 +0200)
distro/common/knot.service

index a0d2ff2098858a3efc1a5885b0a2254077e8e85c..a8729294363e01eb856bae5181799033621a3dfc 100644 (file)
@@ -16,7 +16,9 @@ ExecReload=/bin/kill -HUP $MAINPID
 Restart=on-abort
 LimitNOFILE=1048576
 TimeoutStopSec=300
+# Extend the systemd startup timeout by this value (seconds) for each zone
 Environment="KNOT_ZONE_LOAD_TIMEOUT_SEC=180"
+# Maximum size (MiB) of a configuration database
 Environment="KNOT_CONF_MAX_SIZE=512"
 
 [Install]