summarylogtreecommitdiffstats
path: root/automua.service
diff options
context:
space:
mode:
authorHLFH2022-11-17 11:26:47 +0000
committerHLFH2022-11-17 11:26:47 +0000
commitf2e791ff35cdfce1d01019e87c18763e093b7f15 (patch)
tree9dfdc878e8fbe7ef3492d73a5c588841e437c2e0 /automua.service
parenta53438d3196b377622f56eac3cc7ef4991435c00 (diff)
downloadaur-f2e791ff35cdfce1d01019e87c18763e093b7f15.tar.gz
fix systemd .service > link to create_app
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