Commit 9168cd6a00aced5d21c36ab8e8941e6d297e2023

Authored by Valeriy Sizov
1 parent 12434cb7

Fix starting gitlab after reboot server

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/installation.md
... ... @@ -342,7 +342,7 @@ Create init script in /etc/init.d/gitlab:
342 342  
343 343 GitLab autostart:
344 344  
345   - sudo update-rc.d gitlab defaults
  345 + sudo update-rc.d gitlab defaults 21
346 346  
347 347 Now you can start/restart/stop GitLab like:
348 348  
... ...