Add systemctl daemon-reload to fix Ubuntu 16.04.1 warning

This commit is contained in:
fidomax 2016-10-04 07:46:12 +00:00
parent 4be63f5b5b
commit 19af4ca808
1 changed files with 4 additions and 0 deletions

View File

@ -166,6 +166,10 @@ See [smtp_settings.rb.sample] as an example.
Ensure you're still up-to-date with the latest init script changes:
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
For Ubuntu 16.04.1 LTS:
sudo systemctl daemon-reload
### 9. Start application