Difference between revisions of "Mastodon/admin/mastodon-sidekiq.service"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Created page with "=<code>/etc/systemd/system/mastodon-sidekiq.service</code>= This file configures the {{l/same|Sidekiq}} service worker.")
 
 
Line 1: Line 1:
=<code>/etc/systemd/system/mastodon-sidekiq.service</code>=
+
{{seed}}
 +
=<code>mastodon-sidekiq.service</code>=
 +
Typical location: <code>/etc/systemd/system/mastodon-sidekiq.service</code>
  
This file configures the {{l/same|Sidekiq}} service worker.
+
This file configures the {{l/same|Sidekiq}} service worker. To restart the worker, do either of the following as root:
 +
* <code>systemctl restart mastodon-sidekiq.service</code> - to restart just Sidekiq
 +
* <code>systemctl restart mastodon-*.service</code> - to restart all the Mastodon services

Latest revision as of 12:52, 18 January 2018

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

mastodon-sidekiq.service

Typical location: /etc/systemd/system/mastodon-sidekiq.service

This file configures the Sidekiq service worker. To restart the worker, do either of the following as root:

  • systemctl restart mastodon-sidekiq.service - to restart just Sidekiq
  • systemctl restart mastodon-*.service - to restart all the Mastodon services