1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-14 17:27:23 +01:00

first attempt

This commit is contained in:
Steve Hay
2022-09-05 17:21:46 -04:00
parent 91fc74b408
commit af54696b62
2 changed files with 8 additions and 1 deletions

6
management/wsgi.py Normal file
View File

@@ -0,0 +1,6 @@
from daemon import app
app.logger.addHandler(utils.create_syslog_handler())
if __name__ == "__main__":
app.run(port=10222)