We utilize https://github.com/ddollar/foreman to deploy, but this results in unit names such as service_name@5700.service, service_name@5701.service, service_name@5702.service - and these port numbers are dynamic based on how many background workers we're deploying, etc. It would be very handy if we could filter either on a regex/wildcard, or just the ability to set something like unit_name_prefix: "service_name".
Thanks!
We utilize https://github.com/ddollar/foreman to deploy, but this results in unit names such as
service_name@5700.service,service_name@5701.service,service_name@5702.service- and these port numbers are dynamic based on how many background workers we're deploying, etc. It would be very handy if we could filter either on a regex/wildcard, or just the ability to set something likeunit_name_prefix: "service_name".Thanks!