From dab2e3571a3afc33795fa54fef57f10243522f90 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Sat, 8 Apr 2017 04:04:27 +0200 Subject: Initial commit --- conf/mastodon-web.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 conf/mastodon-web.service (limited to 'conf/mastodon-web.service') 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 -- cgit v1.2.3-70-g09d2