1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2015-12-18 13:52:26 -08:00
parent 75158785a7
commit abe227d7dd

View file

@ -25,7 +25,7 @@ After=syslog.target network.target
[Service]
Type=simple
WorkingDirectory=/opt/myapp/current
ExecStart=/usr/local/bin/bundler exec sidekiq -e production
ExecStart=/usr/local/bin/bundle exec sidekiq -e production
User=deploy
Group=deploy
UMask=0002