summarylogtreecommitdiffstats
path: root/automua.service
diff options
context:
space:
mode:
authorHLFH2022-11-10 20:51:13 +0000
committerHLFH2022-11-10 20:51:13 +0000
commita6cac654130a3c40a40aa2bd7586e57310f3797a (patch)
tree26b7857fe7bb2b2f0f7db60db885ee5569a8becc /automua.service
parent36ed55e7eedb35e5fb65a2e1dc91e675ed1d6002 (diff)
downloadaur-a6cac654130a3c40a40aa2bd7586e57310f3797a.tar.gz
2022.7 release with python3.9 as set version
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 a09cfdd5662a..1cedef972f32 100644
--- a/automua.service
+++ b/automua.service
@@ -6,7 +6,7 @@ Documentation=https://hlfh.github.io/automua/
[Service]
Environment=FLASK_APP=automua.server:app
Environment=FLASK_CONFIG=production
-ExecStart=/srv/http/automua/.venv/bin/python /srv/http/automua/.venv/bin/flask run --host=127.0.0.1 --port=4243
+ExecStart=/srv/http/automua/.venv/bin/python3.9 /srv/http/automua/.venv/bin/flask run --host=127.0.0.1 --port=4243
Restart=always
User=automua