mirror of
https://gitlab.com/packaging/gitea
synced 2025-09-11 06:24:35 +00:00
initial commit
This commit is contained in:
10
package_scripts/after-install.sh
Normal file
10
package_scripts/after-install.sh
Normal 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
|
Reference in New Issue
Block a user