説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

etc_systemd_system_mastodon-sidekiq.service 362B

12345678910111213141516
  1. [Unit]
  2. Description=mastodon-sidekiq
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. User=mastodon
  7. WorkingDirectory=/home/mastodon/mastodon
  8. Environment="RAILS_ENV=production"
  9. Environment="DB_POOL=5"
  10. ExecStart=/home/mastodon/.rbenv/shims/bundle exec sidekiq -c 5 -q default -q push -q mailers -q pull
  11. TimeoutSec=15
  12. Restart=always
  13. [Install]
  14. WantedBy=multi-user.target