aboutsummaryrefslogtreecommitdiff
path: root/conf/mastodon-web.service
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2020-12-22 19:30:47 +0100
committerGitHub <noreply@github.com>2020-12-22 19:30:47 +0100
commit74908bf3e70c134bc838c7db3ae8b5aa0938cd75 (patch)
treef709f23a2e8228ceec8d9860fb26520e1ebd9794 /conf/mastodon-web.service
parent248b717f373f3c82bdb19c33cf20980494608697 (diff)
parent4338edbd1de311fc0cf2d17ca0a500d1790fab1a (diff)
downloadmastodon_ynh-74908bf3e70c134bc838c7db3ae8b5aa0938cd75.tar.gz
mastodon_ynh-74908bf3e70c134bc838c7db3ae8b5aa0938cd75.tar.bz2
mastodon_ynh-74908bf3e70c134bc838c7db3ae8b5aa0938cd75.zip
Merge pull request #249 from YunoHost-Apps/testing
Testing
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