1 min readMay 31, 2019
Thanks for the tutorial, i modified the ExecStart because im using RVM. Note im using the wrappers folder instead of the output of the ‘which bundle’ command.
ExecStart=/home/ubuntu/.rvm/wrappers/ruby-2.6.0/bundle exec sidekiq -e production -d -C /home/ubuntu/production/rails-scrapping-backend/config/sidekiq.yml -L /home/ubuntu/production/rails-scrapping-backend/log/sidekiq.log
Adjusting also the -d -C and -L options
Cheers!