summarylogtreecommitdiffstats
path: root/automua.service
diff options
context:
space:
mode:
authorHLFH2023-01-03 17:17:00 +0000
committerHLFH2023-01-03 17:17:00 +0000
commit7da93450eb74d77425f91b95fb8473c6a68ca5f8 (patch)
tree9119cf82b3a9119ff5111ac5c4b0c1a31d96c137 /automua.service
parent61ead9ff8de77e3edc5801dc9165fc6048775c40 (diff)
downloadaur-7da93450eb74d77425f91b95fb8473c6a68ca5f8.tar.gz
2022.8.2 release with Python 3.10, and without mysqlclient dep
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 42147b912f1a..fad7d89563eb 100644
--- a/automua.service
+++ b/automua.service
@@ -6,7 +6,7 @@ Documentation=https://hlfh.github.io/automua/
[Service]
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
+ExecStart=/srv/http/automua/.venv/bin/python /srv/http/automua/.venv/bin/flask run --host=127.0.0.1 --port=4243
Restart=always
User=automua