From a7f5cd464da2d95d410da012cbefaa57503857e1 Mon Sep 17 00:00:00 2001 From: PyroScope Project Date: Wed, 15 Nov 2017 19:40:12 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20destructive=20&=20untested=20edit=20?= =?UTF-8?q?=E2=80=93=20use=20"man=20umask"=20for=20explanations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONFIG-Template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONFIG-Template.md b/CONFIG-Template.md index ea38b61..da46d4e 100644 --- a/CONFIG-Template.md +++ b/CONFIG-Template.md @@ -100,7 +100,7 @@ execute.nothrow = bash, -c, (cat, "echo >",\ # Other operational settings (check & adapt) encoding.add = utf8 -system.umask.set = 0027 # This is inverted to usual unix permissions, the example provided is for permissions of 750 +system.umask.set = 0027 system.cwd.set = (directory.default) network.http.dns_cache_timeout.set = 25 ##network.http.capath.set = "/etc/ssl/certs"