diff options
author | Valery Sizov <vsv2711@gmail.com> | 2012-03-12 14:51:21 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2012-03-12 14:51:21 +0200 |
commit | 23bf72dc48e0ace9ff4de6db9316883287fdaaed (patch) | |
tree | aa2844542f21bec67fa69b576e310106ed83be2b | |
parent | 7a6b7a5c50ee3787c284c8803fdf30dffc10cec1 (diff) | |
download | gitlab-ce-23bf72dc48e0ace9ff4de6db9316883287fdaaed.tar.gz |
manual: fixed
-rw-r--r-- | doc/installation.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/installation.md b/doc/installation.md index 5fe52b23e6f..d2112d61a5a 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 |