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

launching from the same directory as before the change

This commit is contained in:
Steve Hay
2022-09-05 17:46:59 -04:00
parent 91cf713da0
commit 58dde1ce23
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
from daemon import app
from management.daemon import app
import utils
app.logger.addHandler(utils.create_syslog_handler())