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 7d1e3d48c73f..85510487cfe5 100644
--- a/mastodon-sidekiq.service
+++ b/mastodon-sidekiq.service
@@ -5,10 +5,10 @@ After=network.target
[Service]
Type=simple
User=mastodon
-WorkingDirectory=/home/mastodon/live
+WorkingDirectory=/var/lib/mastodon/live
Environment="RAILS_ENV=production"
Environment="DB_POOL=5"
-ExecStart=/home/mastodon/.rbenv/shims/bundle exec sidekiq -c 5 -q default -q mailers -q pull -q push
+ExecStart=/var/lib/mastodon/.rbenv/shims/bundle exec sidekiq -c 5 -q default -q mailers -q pull -q push
TimeoutSec=15
Restart=always