mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Add an option to store PID in daemon mode
This commit is contained in:
parent
bd2c50dadf
commit
06f1987975
3 changed files with 14 additions and 2 deletions
|
@ -41,6 +41,7 @@ INITIAL_CONFIG = {
|
|||
"server": {
|
||||
"hosts": "0.0.0.0:5232",
|
||||
"daemon": "False",
|
||||
"pid": "",
|
||||
"ssl": "False",
|
||||
"certificate": "/etc/apache2/ssl/server.crt",
|
||||
"key": "/etc/apache2/ssl/server.key"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue