diff options
| author | yalh76 <yalh@yahoo.com> | 2019-10-07 22:54:13 +0200 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2019-10-07 22:54:13 +0200 |
| commit | 45573a61cdb375205cc51a68e2b89595bf5d3f6a (patch) | |
| tree | bfced38d1d52e3b7e380499c3cde3f1c222bcb95 /conf | |
| parent | bf58460ad1dd67f92d861a4abe3ed681a917bde7 (diff) | |
| download | mastodon_ynh-45573a61cdb375205cc51a68e2b89595bf5d3f6a.tar.gz mastodon_ynh-45573a61cdb375205cc51a68e2b89595bf5d3f6a.tar.bz2 mastodon_ynh-45573a61cdb375205cc51a68e2b89595bf5d3f6a.zip | |
Upgrade to ruby 2.6.5
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/cron | 2 | ||||
| -rw-r--r-- | conf/mastodon-sidekiq.service | 2 | ||||
| -rw-r--r-- | conf/mastodon-web.service | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,2 +1,2 @@ RAILS_ENV=production -@daily cd __FINAL__PATH__/live && /opt/rbenv/versions/2.6.1/bin/bundle exec rake __USER__:media:remove_remote +@daily cd __FINAL__PATH__/live && /opt/rbenv/versions/2.6.5/bin/bundle exec rake __USER__:media:remove_remote diff --git a/conf/mastodon-sidekiq.service b/conf/mastodon-sidekiq.service index cd7db81..d5fc7e1 100644 --- a/conf/mastodon-sidekiq.service +++ b/conf/mastodon-sidekiq.service @@ -9,7 +9,7 @@ Environment="RAILS_ENV=production" Environment="DB_POOL=25" Environment="MALLOC_ARENA_MAX=2" - ExecStart=/opt/rbenv/versions/2.6.1/bin/bundle exec sidekiq -c 25 + ExecStart=/opt/rbenv/versions/2.6.5/bin/bundle exec sidekiq -c 25 TimeoutSec=15 Restart=always StandardError=syslog diff --git a/conf/mastodon-web.service b/conf/mastodon-web.service index d2f5fdd..bb65afe 100644 --- a/conf/mastodon-web.service +++ b/conf/mastodon-web.service @@ -8,7 +8,7 @@ WorkingDirectory=__FINALPATH__/live Environment="RAILS_ENV=production" Environment="PORT=__PORT_WEB__" - ExecStart=/opt/rbenv/versions/2.6.1/bin/bundle exec puma -C config/puma.rb + ExecStart=/opt/rbenv/versions/2.6.5/bin/bundle exec puma -C config/puma.rb ExecReload=/bin/kill -SIGUSR1 $MAINPID TimeoutSec=15 Restart=always |
