ansible-roles/webapps/mastodon/templates/mastodon.target.j2
Mathieu Gauthier-Pilote 4c59374507
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
p10166 Rôle pour mastodon
2022-12-23 10:00:00 -05:00

9 lines
239 B
Django/Jinja

[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