diff options
author | fidomax <adobegitler@gmail.com> | 2016-10-04 07:57:30 +0000 |
---|---|---|
committer | fidomax <adobegitler@gmail.com> | 2016-10-04 07:57:30 +0000 |
commit | c3aca56e051773e2c6a673f80a78e64b41eaa51d (patch) | |
tree | 4a6e3af053e6cb4c892a2559a82d82aa9403f17c /doc/update/8.2-to-8.3.md | |
parent | 47a133d300281d55d86e2e14250060dbe6b24799 (diff) | |
download | gitlab-ce-c3aca56e051773e2c6a673f80a78e64b41eaa51d.tar.gz |
Update 8.2-to-8.3.md
Diffstat (limited to 'doc/update/8.2-to-8.3.md')
-rw-r--r-- | doc/update/8.2-to-8.3.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/update/8.2-to-8.3.md b/doc/update/8.2-to-8.3.md index 9f5c6c4dc84..dd3fdafd8d1 100644 --- a/doc/update/8.2-to-8.3.md +++ b/doc/update/8.2-to-8.3.md @@ -158,6 +158,10 @@ it where the 'public' directory of GitLab is. cd /home/git/gitlab sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab ``` + +For Ubuntu 16.04.1 LTS: + + sudo systemctl daemon-reload ### 8. Use Redis v2.8.0+ |