diff options
Diffstat (limited to 'conf/mastodon-web.service')
| -rw-r--r-- | conf/mastodon-web.service | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/mastodon-web.service b/conf/mastodon-web.service new file mode 100644 index 0000000..9f1d710 --- /dev/null +++ b/conf/mastodon-web.service @@ -0,0 +1,16 @@ +[Unit] + Description=mastodon-web + After=network.target + +[Service] + Type=simple + User=mastodon + WorkingDirectory=/opt/mastodon/live + Environment="RAILS_ENV=production" + Environment="PORT=3000" + ExecStart=/opt/mastodon/.rbenv/shims/bundle exec puma -C config/puma.rb + TimeoutSec=15 + Restart=always + +[Install] + WantedBy=multi-user.target
\ No newline at end of file |
