summarylogtreecommitdiffstats
path: root/mastodon-sidekiq.service
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon-sidekiq.service')
-rw-r--r--mastodon-sidekiq.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/mastodon-sidekiq.service b/mastodon-sidekiq.service
index 40fafd9815eb..1426f5448fe7 100644
--- a/mastodon-sidekiq.service
+++ b/mastodon-sidekiq.service
@@ -1,11 +1,11 @@
[Unit]
-Description=mastodon-sidekiq
+Description=Mastodon background queue service
After=network.target
[Service]
Type=simple
User=mastodon
-WorkingDirectory=/var/lib/mastodon/live
+WorkingDirectory=/var/lib/mastodon
Environment="RAILS_ENV=production"
Environment="DB_POOL=5"
ExecStart=/usr/bin/bundle exec sidekiq -c 5 -q default -q mailers -q pull -q push