diff options
author | fidomax <adobegitler@gmail.com> | 2016-10-04 07:58:50 +0000 |
---|---|---|
committer | fidomax <adobegitler@gmail.com> | 2016-10-04 07:58:50 +0000 |
commit | e56dab549e41df6f6e08ec934596223f32e9f3cc (patch) | |
tree | 921e1286d56957769a9d2ba948f720ccc0d45b55 /doc/update | |
parent | c3aca56e051773e2c6a673f80a78e64b41eaa51d (diff) | |
download | gitlab-ce-e56dab549e41df6f6e08ec934596223f32e9f3cc.tar.gz |
Update 8.1-to-8.2.md
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/8.1-to-8.2.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/update/8.1-to-8.2.md b/doc/update/8.1-to-8.2.md index 46dfa2232b4..7f36ce00e96 100644 --- a/doc/update/8.1-to-8.2.md +++ b/doc/update/8.1-to-8.2.md @@ -116,6 +116,10 @@ sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS # Update init.d script sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab ``` + +For Ubuntu 16.04.1 LTS: + + sudo systemctl daemon-reload ### 7. Update configuration files |