diff options
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.initd | 2 |
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" |