From f7a99d0b5325d9d7082b39d16cf17123d14a9788 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Tue, 3 Jan 2023 20:57:17 -0500 Subject: www-apps/meta-srht: update systemd scripts, ebuild --- www-apps/meta-srht/files/meta.sr.ht.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www-apps/meta-srht/files/meta.sr.ht.service') 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 -- cgit v1.2.3