diff options
author | Valeriy Sizov <vsv2711@gmail.com> | 2012-10-11 16:55:11 +0300 |
---|---|---|
committer | Valeriy Sizov <vsv2711@gmail.com> | 2012-10-11 16:55:11 +0300 |
commit | 9168cd6a00aced5d21c36ab8e8941e6d297e2023 (patch) | |
tree | c3472cff3c945e36a40ef6f617f911e584d994da /doc | |
parent | 12434cb7fda93538003ae6897ce12f49db4b7a9f (diff) | |
download | gitlab-ce-9168cd6a00aced5d21c36ab8e8941e6d297e2023.tar.gz |
Fix starting gitlab after reboot server
Diffstat (limited to 'doc')
-rw-r--r-- | doc/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md index 2d273836bf5..0a9858e9d1b 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -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: |