Commit 4a3735eb authored by Lasse Karstensen's avatar Lasse Karstensen

Remove extra whitespace.

parent a0c9c7ec
......@@ -53,7 +53,7 @@ start() {
# Open files (usually 1024, which is way too small for varnish)
ulimit -n ${NFILES:-131072}
# Varnish wants to lock shared memory log in memory.
# Varnish wants to lock shared memory log in memory.
ulimit -l ${MEMLOCK:-82000}
# Maximum number of threads (default in CentOS is 1024, which
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment