diff --git a/Production-guide.md b/Production-guide.md index 9852fd6..f54b6ea 100644 --- a/Production-guide.md +++ b/Production-guide.md @@ -151,7 +151,7 @@ User=mastodon WorkingDirectory=/home/mastodon/live Environment="RAILS_ENV=production" Environment="DB_POOL=5" -ExecStart=/home/mastodon/.rbenv/shims/bundle exec sidekiq -c 5 -q default -q mailers +ExecStart=/home/mastodon/.rbenv/shims/bundle exec sidekiq -c 5 -q default -q mailers -q push TimeoutSec=15 Restart=always