Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPatschi <info@pkern.at>2013-12-22 02:05:44 +0400
committerPatschi <info@pkern.at>2013-12-22 02:05:44 +0400
commit487f7551df7501740f1f484bc3212561ac61cb23 (patch)
tree02c9a84076cfd8483a4a4f0c8c6febb2f7981220 /doc
parentf23ffeece741caaf5e50002c4dca23a914480331 (diff)
Add command for updating the init.d script
Diffstat (limited to 'doc')
-rw-r--r--doc/update/6.3-to-6.4.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/update/6.3-to-6.4.md b/doc/update/6.3-to-6.4.md
index f7c363f8d71..69d184722cb 100644
--- a/doc/update/6.3-to-6.4.md
+++ b/doc/update/6.3-to-6.4.md
@@ -44,6 +44,9 @@ sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
# Clean up assets and cache
sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production
+
+# Update init.d script
+sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
```
### 5. Start application