Add an option to store PID in daemon mode

This commit is contained in:
Guillaume Ayoub
2011-05-13 22:50:55 +02:00
parent bd2c50dadf
commit 06f1987975
3 changed files with 14 additions and 2 deletions

View File

@ -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"},