Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorValeriy Sizov <vsv2711@gmail.com>2012-10-11 17:55:11 +0400
committerValeriy Sizov <vsv2711@gmail.com>2012-10-11 17:55:11 +0400
commit9168cd6a00aced5d21c36ab8e8941e6d297e2023 (patch)
treec3472cff3c945e36a40ef6f617f911e584d994da /doc
parent12434cb7fda93538003ae6897ce12f49db4b7a9f (diff)
Fix starting gitlab after reboot server
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.md2
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: