Difference between revisions of "software/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
< software‎ | Mastodon‎ | admin
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.")
 
m (Woozle moved page Mastodon/admin/mastodon-sidekiq.service to software/Mastodon/admin/mastodon-sidekiq.service: disambiguate from band (eventually))
 
(One intermediate revision by the same user not shown)
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 19:12, 12 March 2025

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