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-sidekiq.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-sidekiq.service')
| -rw-r--r-- | conf/mastodon-sidekiq.service | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/conf/mastodon-sidekiq.service b/conf/mastodon-sidekiq.service index a4fc0da..7031e63 100644 --- a/conf/mastodon-sidekiq.service +++ b/conf/mastodon-sidekiq.service @@ -1,18 +1,18 @@ [Unit] - Description=__APP__-sidekiq - After=network.target +Description=__APP__-sidekiq +After=network.target [Service] - Type=simple - User=__APP__ - WorkingDirectory=__FINALPATH__/live - Environment="RAILS_ENV=production" - Environment="DB_POOL=25" - Environment="MALLOC_ARENA_MAX=2" - ExecStart=__RBENV_ROOT__/shims/bundle exec sidekiq -c 25 - TimeoutSec=15 - Restart=always - StandardError=syslog +Type=simple +User=__APP__ +WorkingDirectory=__FINALPATH__/live +Environment="RAILS_ENV=production" +Environment="DB_POOL=25" +Environment="MALLOC_ARENA_MAX=2" +ExecStart=__RBENV_ROOT__/shims/bundle exec sidekiq -c 25 +TimeoutSec=15 +Restart=always +StandardError=syslog [Install] - WantedBy=multi-user.target +WantedBy=multi-user.target |
