summarylogtreecommitdiffstats
path: root/automua.service
blob: 42147b912f1a9517a3d8707cdfd00597a4d0c9ee (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: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
User=automua

[Install]
WantedBy=multi-user.target