summarylogtreecommitdiffstats
path: root/mastodon-sidekiq.service
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon-sidekiq.service')
-rw-r--r--mastodon-sidekiq.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon-sidekiq.service b/mastodon-sidekiq.service
index 85510487cfe5..40fafd9815eb 100644
--- a/mastodon-sidekiq.service
+++ b/mastodon-sidekiq.service
@@ -8,7 +8,7 @@ User=mastodon
WorkingDirectory=/var/lib/mastodon/live
Environment="RAILS_ENV=production"
Environment="DB_POOL=5"
-ExecStart=/var/lib/mastodon/.rbenv/shims/bundle exec sidekiq -c 5 -q default -q mailers -q pull -q push
+ExecStart=/usr/bin/bundle exec sidekiq -c 5 -q default -q mailers -q pull -q push
TimeoutSec=15
Restart=always