diff options
| -rw-r--r-- | doc/installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/installation.md b/doc/installation.md index 344597dba68..aaff1467b32 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -320,9 +320,9 @@ Adding permission: sudo chmod +x /etc/init.d/gitlab -When server is rebooted then gitlab must starting: +Gitlab autostart: - sudo insserv gitlab + sudo update-rc.d gitlab defaults Now you can start/restart/stop gitlab like: |
