OSDN Git Service

Add command for updating the init.d script
authorPatschi <info@pkern.at>
Sat, 21 Dec 2013 22:05:44 +0000 (23:05 +0100)
committerPatschi <info@pkern.at>
Sat, 21 Dec 2013 22:05:44 +0000 (23:05 +0100)
doc/update/6.3-to-6.4.md

index f7c363f..69d1847 100644 (file)
@@ -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