ansible-roles/webapps/mastodon/templates/mastodon.target.j2

9 lines
239 B
Plaintext
Raw Normal View History

2022-12-23 16:00:00 +01:00
[Unit]
Description=Mastodon Microblogging service
Wants=redis-server.service
After=redis-server.service
Requires={{ service }}-web.service {{ service }}-sidekiq.service {{ service }}-streaming.service
[Install]
WantedBy=multi-user.target