yukimochi / Activity-Relay

Yet another powerful customizable ActivityPub relay server written in Go.
https://relay.toot.yukimochi.jp/
GNU Affero General Public License v3.0
278 stars 39 forks source link

systemd after redis #64

Open metebalci opened 1 year ago

metebalci commented 1 year ago

I am not 100% sure but I think start by systemd scripts may fail because redis may not have started (not sure if initial redis connection must be present but I experienced a startup problem). So a solution can be to add After=redis.service to systemd scripts or to mention this as a comment or in documents.