1
0
Fork 0

fedifetcher: want mastodon-web

This commit is contained in:
Daniel Kempkens 2023-06-04 16:41:03 +02:00
parent 8883ce08d2
commit f96f8ab635
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -3,7 +3,8 @@
{
systemd.services.fedifetcher = {
description = "FediFetcher";
after = [ "mastodon-web.service" "mastodon-sidekiq.service" ];
wants = [ "mastodon-web.service" ];
after = [ "mastodon-web.service" ];
wantedBy = [ "multi-user.target" ];
startAt = "*:0/25";