~dricottone/huttese-apk

a411788b6c2472b4a74a5cc96c2d72e6400be206 — j3s 4 years ago b72ee2b
Fix git.sr.ht user creation
M sr.ht/git.sr.ht/git.sr.ht-webhooks.confd => sr.ht/git.sr.ht/git.sr.ht-webhooks.confd +1 -1
@@ 1,5 1,5 @@
# Run the daemon as this user:
# GIT_USER=gitsrht
# GIT_USER=git

# Extra arguments to pass to celery
# GIT_ARGS=

M sr.ht/git.sr.ht/git.sr.ht-webhooks.initd => sr.ht/git.sr.ht/git.sr.ht-webhooks.initd +1 -1
@@ 2,7 2,7 @@
name="git.sr.ht-webhooks"
description="git.sr.ht webhook delivery service"
supervisor=supervise-daemon
GIT_USER=${GIT_USER:-gitsrht}
GIT_USER=${GIT_USER:-git}
GIT_ARGS=${GIT_ARGS:-}
LOCAL_PG=${LOCAL_PG:-yes}
LOGS=/var/log/git.sr.ht-webhooks.log

M sr.ht/git.sr.ht/git.sr.ht.confd => sr.ht/git.sr.ht/git.sr.ht.confd +1 -1
@@ 1,5 1,5 @@
# Run the daemon as this user:
# GIT_USER=gitsrht
# GIT_USER=git

# Bind the web service to this address:
# GIT_BIND=127.0.0.1:5001

M sr.ht/git.sr.ht/git.sr.ht.initd => sr.ht/git.sr.ht/git.sr.ht.initd +1 -1
@@ 2,7 2,7 @@
name="git.sr.ht"
description="git.sr.ht service"
supervisor=supervise-daemon
GIT_USER=${GIT_USER:-gitsrht}
GIT_USER=${GIT_USER:-git}
GIT_BIND=${GIT_BIND:-127.0.0.1:5001}
GIT_ARGS=${GIT_ARGS:-}
LOCAL_PG=${LOCAL_PG:-yes}

M sr.ht/git.sr.ht/git.sr.ht.post-install => sr.ht/git.sr.ht/git.sr.ht.post-install +2 -2
@@ 1,3 1,3 @@
#!/bin/sh
addgroup -S metasrht || true
adduser -SDH -s /sbin/nologin -g metasrht metasrht || true
addgroup -S git || true
adduser -SDH -h /var/lib/git -s /bin/sh -G git -g git git || true