summaryrefslogtreecommitdiff
path: root/doc/update/8.12-to-8.13.md
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-10-07 16:33:56 +0000
committerRémy Coutable <remy@rymai.me>2016-10-07 16:33:56 +0000
commit2cd8b5d2c0227f21020a81b9931ca6936e833727 (patch)
tree05386220dbb3118b75659e4ccb72e87e30d98f60 /doc/update/8.12-to-8.13.md
parent1243cab2918ac6f8a1ac7ecbb4e00c14cfc290c1 (diff)
parentd5ea7b6b8b402b00d06c95995d40e3bf84a940df (diff)
downloadgitlab-ce-2cd8b5d2c0227f21020a81b9931ca6936e833727.tar.gz
Merge branch 'patch-6' into 'master'
Fix Ubuntu 16.04.1 update process using systemctl daemon-reload See merge request !6666
Diffstat (limited to 'doc/update/8.12-to-8.13.md')
-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 e3f61247be5..00d63c1b3c6 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