From 1b97ac4a867912967f829d19cf26c2243ba5fd8b Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Thu, 5 Jan 2023 20:19:38 -0500 Subject: */*-srht: fix systemd services, RESTRICT Signed-off-by: Julien Roy --- dev-vcs/git-srht/files/git.sr.ht-api.service | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dev-vcs/git-srht/files/git.sr.ht-api.service') 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 -- cgit v1.2.3