Commit 23bf72dc48e0ace9ff4de6db9316883287fdaaed

Authored by Valery Sizov
1 parent 7a6b7a5c

manual: fixed

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
doc/installation.md
@@ -244,6 +244,9 @@ Create init script in /etc/init.d/gitlab: @@ -244,6 +244,9 @@ Create init script in /etc/init.d/gitlab:
244 244
245 exit 0 245 exit 0
246 246
  247 +Adding permission:
  248 + sudo chmod +x /etc/init.d/gitlab
  249 +
247 When server is rebooted then gitlab must starting: 250 When server is rebooted then gitlab must starting:
248 sudo update-rc.d gitlab defaults 251 sudo update-rc.d gitlab defaults
249 252