Commit 65717f7040eafe970b35f1b0dab769e29aaa01e7
1 parent
39fecb55
Exists in
master
and in
4 other branches
Update master
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
doc/installation.md
... | ... | @@ -320,9 +320,9 @@ Adding permission: |
320 | 320 | |
321 | 321 | sudo chmod +x /etc/init.d/gitlab |
322 | 322 | |
323 | -When server is rebooted then gitlab must starting: | |
323 | +Gitlab autostart: | |
324 | 324 | |
325 | - sudo insserv gitlab | |
325 | + sudo update-rc.d gitlab defaults | |
326 | 326 | |
327 | 327 | Now you can start/restart/stop gitlab like: |
328 | 328 | ... | ... |