mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Merge pull request #3113 from krisquigley/patch-1
Update sidekiq.service
This commit is contained in:
commit
964adb0048
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ After=syslog.target network.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=/opt/myapp/current
|
WorkingDirectory=/opt/myapp/current
|
||||||
|
# If you use rbenv:
|
||||||
|
# ExecStart=/bin/bash -lc 'bundle exec sidekiq -e production'
|
||||||
|
# If you use the system's ruby:
|
||||||
ExecStart=/usr/local/bin/bundle exec sidekiq -e production
|
ExecStart=/usr/local/bin/bundle exec sidekiq -e production
|
||||||
User=deploy
|
User=deploy
|
||||||
Group=deploy
|
Group=deploy
|
||||||
|
|
Loading…
Add table
Reference in a new issue