summarylogtreecommitdiffstats
path: root/mastodon-web.service
diff options
context:
space:
mode:
authorCaleb Maclennan2017-04-21 16:05:28 +0300
committerCaleb Maclennan2017-04-21 16:06:29 +0300
commitaa5f944cec933dc979757659e30cbf7428a89b78 (patch)
treed588a82194a16f103745c6d9a5e383786bc1d26f /mastodon-web.service
parent875da4e29c07e5519775efec172cdbdee7f095d0 (diff)
downloadaur-aa5f944cec933dc979757659e30cbf7428a89b78.tar.gz
Use system's ruby bundler for systemd units
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