aboutsummaryrefslogtreecommitdiff
path: root/dev-vcs/git-srht/files/git.sr.ht-api.initd
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2023-01-07 14:56:02 -0500
committerJulien Roy <julien@jroy.ca>2023-01-07 14:56:02 -0500
commitde8c9ee3212bc633deb5f404894f132b75d2e63c (patch)
tree17790468685e5472b968b37007760998a449b774 /dev-vcs/git-srht/files/git.sr.ht-api.initd
parent4127ef3d0bccda127194a38ff9a31d1659f6a1df (diff)
downloadMrRoy-Overlay-de8c9ee3212bc633deb5f404894f132b75d2e63c.tar.gz
MrRoy-Overlay-de8c9ee3212bc633deb5f404894f132b75d2e63c.tar.bz2
MrRoy-Overlay-de8c9ee3212bc633deb5f404894f132b75d2e63c.zip
dev-vcs/git-srht/files: rename srht user to git-srht
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-vcs/git-srht/files/git.sr.ht-api.initd')
-rw-r--r--dev-vcs/git-srht/files/git.sr.ht-api.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-srht/files/git.sr.ht-api.initd b/dev-vcs/git-srht/files/git.sr.ht-api.initd
index 0effd1d..7172b87 100644
--- a/dev-vcs/git-srht/files/git.sr.ht-api.initd
+++ b/dev-vcs/git-srht/files/git.sr.ht-api.initd
@@ -6,7 +6,7 @@ name="git.sr.ht API daemon"
description=""
command="/usr/bin/gitsrht-api"
command_args="-b ${ADDRESS}:${PORT}"
-command_user="srht:srht"
+command_user="git-srht:git-srht"
command_background=true
pidfile="/run/${RC_SVCNAME}.pid"