aboutsummaryrefslogtreecommitdiff
path: root/dev-vcs/git-srht/files/git.sr.ht.service
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/git-srht/files/git.sr.ht.service')
-rw-r--r--dev-vcs/git-srht/files/git.sr.ht.service5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-vcs/git-srht/files/git.sr.ht.service b/dev-vcs/git-srht/files/git.sr.ht.service
index a3f0082..c3e5cde 100644
--- a/dev-vcs/git-srht/files/git.sr.ht.service
+++ b/dev-vcs/git-srht/files/git.sr.ht.service
@@ -1,11 +1,10 @@
[Unit]
Description=git.sr.ht website service
-Requires=redis.service postgresql.service
-After=redis.service postgresql.service network.target
+After=network.target
[Service]
Type=simple
-User=gitsrht
+User=srht
Restart=always
ExecStart=/usr/bin/gunicorn gitsrht.app:app -b 127.0.0.1:5001