Fix starting gitlab after reboot server

This commit is contained in:
Valeriy Sizov 2012-10-11 16:55:11 +03:00
parent 12434cb7fd
commit 9168cd6a00
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ Create init script in /etc/init.d/gitlab:
GitLab autostart:
sudo update-rc.d gitlab defaults
sudo update-rc.d gitlab defaults 21
Now you can start/restart/stop GitLab like: