Commit 487f7551df7501740f1f484bc3212561ac61cb23

Authored by Patschi
1 parent f23ffeec

Add command for updating the init.d script

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
doc/update/6.3-to-6.4.md
... ... @@ -44,6 +44,9 @@ sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
44 44  
45 45 # Clean up assets and cache
46 46 sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production
  47 +
  48 +# Update init.d script
  49 +sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
47 50 ```
48 51  
49 52 ### 5. Start application
... ...