Add a note about reusing existing system users for Gitlab instance

This commit is contained in:
Pirate Praveen 2018-12-13 20:36:32 +05:30
parent 1664dc6551
commit 6737450494

View file

@ -6,3 +6,6 @@ _Description: Operating System user for this instance of Gitlab:
.
This username will also be used in SSH urls of projects hosted with this
instance of Gitlab. For example, git@git.example.com:foo/bar.git
.
Note: Do not reuse any existing system users like www-data, it will not have
the permissions required to run the Gitlab instance.