mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-11 01:27:17 +00:00
6 lines
128 B
Python
6 lines
128 B
Python
from daemon import app
|
|
|
|
app.logger.addHandler(utils.create_syslog_handler())
|
|
|
|
if __name__ == "__main__":
|
|
app.run(port=10222) |