From 02d265aac059644d42550677fdea77a7874f27c4 Mon Sep 17 00:00:00 2001 From: AsbahIshaq Date: Sun, 24 Jan 2021 16:53:35 +0500 Subject: [PATCH] spell corrected (#4788) [ci skip] Co-authored-by: Asbah Ishaq --- examples/systemd/sidekiq.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/systemd/sidekiq.service b/examples/systemd/sidekiq.service index d7c8251c..bd9df866 100644 --- a/examples/systemd/sidekiq.service +++ b/examples/systemd/sidekiq.service @@ -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