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

11 lines
283 B
Text
Raw 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
RAILS_SERVE_STATIC_FILES=false
exec \
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 3000" \
cd /app/www s6-setuidgid abc /usr/bin/bundle exec rails s -p 3000