1
0
mirror of https://gitlab.com/packaging/gitea synced 2025-09-11 06:24:35 +00:00

initial commit

This commit is contained in:
morph027
2020-04-12 13:43:49 +02:00
commit 0d5d3679b5
4 changed files with 118 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# https://docs.gitea.io/en-us/install-from-binary/
getent passwd gitea >/dev/null 2>&1 || adduser \
--system \
--shell /bin/bash \
--gecos 'Gitea' \
--group \
--disabled-password \
--home /home/gitea \
gitea