No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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