summarylogtreecommitdiffstats
path: root/mastodon-web.service
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon-web.service')
-rw-r--r--mastodon-web.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/mastodon-web.service b/mastodon-web.service
index fc545686e265..2ed9f6899fa6 100644
--- a/mastodon-web.service
+++ b/mastodon-web.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="PORT=3000"
-ExecStart=/home/mastodon/.rbenv/shims/bundle exec puma -C config/puma.rb
+ExecStart=/var/lib/mastodon/.rbenv/shims/bundle exec puma -C config/puma.rb
TimeoutSec=15
Restart=always