mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-22 15:51:00 +00:00
12 lines
338 B
Text
12 lines
338 B
Text
[program:sidekiq]
|
|
priority=10
|
|
directory=/app/code
|
|
environment=HOME=/app/code,RAILS_ENV=production,MALLOC_ARENA_MAX=2
|
|
command=bundle exec sidekiq -c %(ENV_SIDEKIQ_THREADS)s -e production
|
|
user=cloudron
|
|
autostart=true
|
|
autorestart=true
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
stderr_logfile=/dev/stderr
|
|
stderr_logfile_maxbytes=0
|