summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfidomax <adobegitler@gmail.com>2016-10-04 07:46:12 +0000
committerfidomax <adobegitler@gmail.com>2016-10-04 07:46:12 +0000
commit19af4ca808f11ad1724cdcc2d1197b2dc2df1e3d (patch)
tree4084c36890e40ae78a58f9d79bee0cd847916683
parent4be63f5b5bd9c0859f5ba2b91ecdbdcc57b69b98 (diff)
downloadgitlab-ce-19af4ca808f11ad1724cdcc2d1197b2dc2df1e3d.tar.gz
Add systemctl daemon-reload to fix Ubuntu 16.04.1 warning
-rw-r--r--doc/update/8.12-to-8.13.md4
1 files changed, 4 insertions, 0 deletions
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