ansible-role-openstreamingp.../templates/osp.target

7 lines
186 B
SYSTEMD

[Unit]
Description = OSP Service
Requires = {% for n in range(osp_worker_count) %} osp-worker@{{ osp_worker_start_port + n }}.service{% endfor %}
[Install]
WantedBy = multi-user.target