Skip to content
Snippets Groups Projects
Commit fc56007d authored by Daniel Salzman's avatar Daniel Salzman
Browse files

systemd: add comments for environment variables to the service file

parent bcff2193
No related branches found
No related tags found
No related merge requests found
Pipeline #89973 passed
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment