From 4df90d26467ac1f20f505cd82b131d697797ac0e Mon Sep 17 00:00:00 2001 From: Tagadda <36127788+Tagadda@users.noreply.github.com> Date: Mon, 24 Jan 2022 14:08:41 +0000 Subject: [enh] Workaround for bullseye see https://github.com/mastodon/mastodon/issues/15751#issuecomment-873594463 --- conf/mastodon-sidekiq.service | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/mastodon-sidekiq.service') diff --git a/conf/mastodon-sidekiq.service b/conf/mastodon-sidekiq.service index f91b7b9..d561f07 100644 --- a/conf/mastodon-sidekiq.service +++ b/conf/mastodon-sidekiq.service @@ -9,6 +9,7 @@ WorkingDirectory=__FINALPATH__/live Environment="RAILS_ENV=production" Environment="DB_POOL=25" Environment="MALLOC_ARENA_MAX=2" +Environment="__LD_PRELOAD__" ExecStart=__RBENV_ROOT__/versions/__APP__/bin/bundle exec sidekiq -c 25 TimeoutSec=15 Restart=always -- cgit v1.2.3-70-g09d2