diff options
Diffstat (limited to 'dev-vcs/git-srht/files/git.sr.ht-api.service')
-rw-r--r-- | dev-vcs/git-srht/files/git.sr.ht-api.service | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-vcs/git-srht/files/git.sr.ht-api.service b/dev-vcs/git-srht/files/git.sr.ht-api.service index c41c2fc..bd1590d 100644 --- a/dev-vcs/git-srht/files/git.sr.ht-api.service +++ b/dev-vcs/git-srht/files/git.sr.ht-api.service @@ -1,11 +1,10 @@ [Unit] Description=git.sr.ht API 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/gitsrht-api -b :5101 |