Skip to content

Commit

Permalink
spell corrected (#4788) [ci skip]
Browse files Browse the repository at this point in the history
Co-authored-by: Asbah Ishaq <asbahishaq>
  • Loading branch information
AsbahIshaq committed Jan 24, 2021
1 parent ed7501e commit 02d265a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/systemd/sidekiq.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02d265a

Please sign in to comment.