From 19af4ca808f11ad1724cdcc2d1197b2dc2df1e3d Mon Sep 17 00:00:00 2001 From: fidomax Date: Tue, 4 Oct 2016 07:46:12 +0000 Subject: [PATCH] Add systemctl daemon-reload to fix Ubuntu 16.04.1 warning --- doc/update/8.12-to-8.13.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/update/8.12-to-8.13.md b/doc/update/8.12-to-8.13.md index 411e4837e20..9db753ccbd3 100644 --- a/doc/update/8.12-to-8.13.md +++ b/doc/update/8.12-to-8.13.md @@ -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