hometown-mastodon/root/etc/services.d/sidekiq/run

11 lines
184 B
Text
Raw Permalink Normal View History

2022-11-08 09:05:24 +00:00
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
RAILS_ENV=production
2022-11-15 09:27:16 +00:00
PATH="${PATH}:/app/www/bin"
2022-11-08 09:05:24 +00:00
cd /app/www || exit 1
exec \
s6-setuidgid abc /usr/bin/bundle exec sidekiq