From 23bf72dc48e0ace9ff4de6db9316883287fdaaed Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Mon, 12 Mar 2012 14:51:21 +0200 Subject: [PATCH] manual: fixed --- doc/installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/installation.md b/doc/installation.md index 5fe52b23..d2112d61 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -244,6 +244,9 @@ Create init script in /etc/init.d/gitlab: exit 0 +Adding permission: + sudo chmod +x /etc/init.d/gitlab + When server is rebooted then gitlab must starting: sudo update-rc.d gitlab defaults