1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +00:00

Remove daemonization

This commit is contained in:
Unrud 2018-08-16 07:59:59 +02:00
parent c7d1936cb6
commit e5e13faa7c
3 changed files with 0 additions and 60 deletions

View file

@ -57,17 +57,6 @@ INITIAL_CONFIG = OrderedDict([
"help": "set server hostnames including ports",
"aliases": ["-H", "--hosts"],
"type": str}),
("daemon", {
"value": "False",
"help": "launch as daemon",
"aliases": ["-d", "--daemon"],
"opposite": ["-f", "--foreground"],
"type": bool}),
("pid", {
"value": "",
"help": "set PID filename for daemon mode",
"aliases": ["-p", "--pid"],
"type": str}),
("max_connections", {
"value": "20",
"help": "maximum number of parallel connections",