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:
parent
ed7501eb1f
commit
02d265aac0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue