1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

spell corrected (#4788) [ci skip]

Co-authored-by: Asbah Ishaq <asbahishaq>
This commit is contained in:
AsbahIshaq 2021-01-24 16:53:35 +05:00 committed by GitHub
parent ed7501eb1f
commit 02d265aac0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ WorkingDirectory=/opt/myapp/current
# ExecStart=/usr/local/bin/bundle exec sidekiq -e production
# If you use rvm in production without gemset and your ruby version is 2.6.5
# ExecStart=/home/deploy/.rvm/gems/ruby-2.6.5/wrappers/bundle exec sidekiq -e production
# If you use rvm in production wit gemset and your ruby version is 2.6.5
# If you use rvm in production with gemset and your ruby version is 2.6.5
ExecStart=/home/deploy/.rvm/gems/ruby-2.6.5@gemset-name/wrappers/bundle exec sidekiq -e production
# Use `systemctl kill -s TSTP sidekiq` to quiet the Sidekiq process