aboutsummaryrefslogtreecommitdiff
path: root/www-apps/meta-srht/files/meta.sr.ht.service
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/meta-srht/files/meta.sr.ht.service')
-rw-r--r--www-apps/meta-srht/files/meta.sr.ht.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/meta-srht/files/meta.sr.ht.service b/www-apps/meta-srht/files/meta.sr.ht.service
index 4944a2f..562b131 100644
--- a/www-apps/meta-srht/files/meta.sr.ht.service
+++ b/www-apps/meta-srht/files/meta.sr.ht.service
@@ -1,12 +1,12 @@
[Unit]
Description=meta.sr.ht website service
-After= network.target
+After=network.target
[Service]
Type=simple
-User=metasrht
+User=srht
Restart=always
-ExecStart=/usr/bin/gunicorn metasrht.app:app -b 127.0.0.1:5000
+ExecStart=/usr/bin/gunicorn metasrht.app:app -b 127.0.0.1:8000
[Install]
WantedBy=multi-user.target