diff options
| author | yalh76 <yalh@yahoo.com> | 2020-12-21 21:13:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-21 21:13:23 +0100 |
| commit | 0bf67bb1f56306c96b17445f694e0957f3fbe87e (patch) | |
| tree | c05ad7ec6344257370cd931c3886f893b0586e6c /conf/mastodon-web.service | |
| parent | 3b99dc9aabc73c433dfdde7371a85a270ae0d69b (diff) | |
| parent | b88b24c2d1b878fe04d6495052c5e0ef266f9061 (diff) | |
| download | mastodon_ynh-0bf67bb1f56306c96b17445f694e0957f3fbe87e.tar.gz mastodon_ynh-0bf67bb1f56306c96b17445f694e0957f3fbe87e.tar.bz2 mastodon_ynh-0bf67bb1f56306c96b17445f694e0957f3fbe87e.zip | |
Merge pull request #247 from YunoHost-Apps/fix-bundle
Fix bundle
Diffstat (limited to 'conf/mastodon-web.service')
| -rw-r--r-- | conf/mastodon-web.service | 26 |
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 |
