custom-pkgbuilds/mastodon-glitch-soc-redis/mastodon.target
2025-01-08 17:18:59 -03:00

9 lines
303 B
SYSTEMD

[Unit]
Description=Mastodon
Wants=mastodon-web.service mastodon-sidekiq.service mastodon-streaming.service
Wants=postgresql.service redis.service
Before=mastodon-web.service mastodon-sidekiq.service mastodon-streaming.service
After=postgresql.service redis.service
[Install]
WantedBy=multi-user.target