aboutsummaryrefslogtreecommitdiff
path: root/conf/mastodon-web.service
diff options
context:
space:
mode:
Diffstat (limited to 'conf/mastodon-web.service')
-rw-r--r--conf/mastodon-web.service26
1 files changed, 13 insertions, 13 deletions
diff --git a/conf/mastodon-web.service b/conf/mastodon-web.service
index bb07cf4..1f5b6be 100644
--- a/conf/mastodon-web.service
+++ b/conf/mastodon-web.service
@@ -1,18 +1,18 @@
[Unit]
- Description=__APP__-web
- After=network.target
+Description=__APP__-web
+After=network.target
[Service]
- Type=simple
- User=__APP__
- WorkingDirectory=__FINALPATH__/live
- Environment="RAILS_ENV=production"
- Environment="PORT=__PORT_WEB__"
- ExecStart=__RBENV_ROOT__/shims/bundle exec puma -C config/puma.rb
- ExecReload=/bin/kill -SIGUSR1 $MAINPID
- TimeoutSec=15
- Restart=always
- StandardError=syslog
+Type=simple
+User=__APP__
+WorkingDirectory=__FINALPATH__/live
+Environment="RAILS_ENV=production"
+Environment="PORT=__PORT_WEB__"
+ExecStart=__RBENV_ROOT__/shims/bundle exec puma -C config/puma.rb
+ExecReload=/bin/kill -SIGUSR1 $MAINPID
+TimeoutSec=15
+Restart=always
+StandardError=syslog
[Install]
- WantedBy=multi-user.target
+WantedBy=multi-user.target