From 9168cd6a00aced5d21c36ab8e8941e6d297e2023 Mon Sep 17 00:00:00 2001 From: Valeriy Sizov Date: Thu, 11 Oct 2012 16:55:11 +0300 Subject: [PATCH] Fix starting gitlab after reboot server --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: