Remove GitLab user

This commit is contained in:
Ben Bodenmiller 2014-08-03 08:40:29 -07:00
parent 2600d08f65
commit d2ed33224a
1 changed files with 4 additions and 0 deletions

View File

@ -162,3 +162,7 @@ sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
```
**P.S. If everything works as expected you can remove gitlab user from system**
```bash
sudo userdel -r gitlab
```