diff options
-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 |