summarylogtreecommitdiffstats
path: root/automua.service
blob: 1cedef972f327450ee5c6212211fb562707d09c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
After=network.target
Description=Auto MUA configuration service
Documentation=https://hlfh.github.io/automua/

[Service]
Environment=FLASK_APP=automua.server: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
User=automua

[Install]
WantedBy=multi-user.target