summarylogtreecommitdiffstats
path: root/automua.service
diff options
context:
space:
mode:
Diffstat (limited to 'automua.service')
-rw-r--r--automua.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/automua.service b/automua.service
index 1cedef972f32..42147b912f1a 100644
--- a/automua.service
+++ b/automua.service
@@ -4,7 +4,7 @@ Description=Auto MUA configuration service
Documentation=https://hlfh.github.io/automua/
[Service]
-Environment=FLASK_APP=automua.server:app
+Environment=FLASK_APP=automua.server:create_app
Environment=FLASK_CONFIG=production
ExecStart=/srv/http/automua/.venv/bin/python3.9 /srv/http/automua/.venv/bin/flask run --host=127.0.0.1 --port=4243
Restart=always