summarylogtreecommitdiffstats
path: root/mastodon-web.service
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon-web.service')
-rw-r--r--mastodon-web.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon-web.service b/mastodon-web.service
index 2ed9f6899fa6..3cce1f0f9313 100644
--- a/mastodon-web.service
+++ b/mastodon-web.service
@@ -8,7 +8,7 @@ User=mastodon
WorkingDirectory=/var/lib/mastodon/live
Environment="RAILS_ENV=production"
Environment="PORT=3000"
-ExecStart=/var/lib/mastodon/.rbenv/shims/bundle exec puma -C config/puma.rb
+ExecStart=/usr/bin/bundle exec puma -C config/puma.rb
TimeoutSec=15
Restart=always