diff options
author | Rémy Coutable <remy@rymai.me> | 2016-10-07 16:33:56 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-10-07 16:33:56 +0000 |
commit | 2cd8b5d2c0227f21020a81b9931ca6936e833727 (patch) | |
tree | 05386220dbb3118b75659e4ccb72e87e30d98f60 /doc/update/8.11-to-8.12.md | |
parent | 1243cab2918ac6f8a1ac7ecbb4e00c14cfc290c1 (diff) | |
parent | d5ea7b6b8b402b00d06c95995d40e3bf84a940df (diff) | |
download | gitlab-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.11-to-8.12.md')
-rw-r--r-- | doc/update/8.11-to-8.12.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/update/8.11-to-8.12.md b/doc/update/8.11-to-8.12.md index ee9fb1a2a68..07743d050f7 100644 --- a/doc/update/8.11-to-8.12.md +++ b/doc/update/8.11-to-8.12.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 |