From 0d12b8a88ff9df2eb40603d4640c324a2ef46d64 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 4 Jun 2017 15:39:53 +0200 Subject: [PATCH] Remove useless comment about double fork --- configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.md b/configuration.md index 6ba8d8fb..c35dd3ce 100644 --- a/configuration.md +++ b/configuration.md @@ -47,7 +47,7 @@ A comma separated list of addresses that the server will bind to. Default: `127.0.0.1:5555` ### daemon -Daemonize the Radicale process. It does not reset the umask or double fork. +Daemonize the Radicale process. It does not reset the umask. Default: `False`