diff options
author | Rémy Coutable <remy@rymai.me> | 2016-09-28 12:45:46 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-11-30 10:34:59 +0100 |
commit | fbbf177e3b604bebce3b10f8eea8920ff5606fca (patch) | |
tree | 0767679c9a58b642ebbd54499c0ad6f824610d18 /doc/update/8.12-to-8.13.md | |
parent | 098066050d148deb024fdec6c36bfe9320c674bd (diff) | |
download | gitlab-ce-fbbf177e3b604bebce3b10f8eea8920ff5606fca.tar.gz |
New `gitlab:workhorse:install` rake task
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/update/8.12-to-8.13.md')
-rw-r--r-- | doc/update/8.12-to-8.13.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.12-to-8.13.md b/doc/update/8.12-to-8.13.md index c0084d9d59c..8c0d3f78b55 100644 --- a/doc/update/8.12-to-8.13.md +++ b/doc/update/8.12-to-8.13.md @@ -166,7 +166,7 @@ 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 |