Trigger Service On Daml Start

Hi friends!

I’m looking at Trigger Service. I’m new to this part of the system.
Is there a way to specify trigger-service.conf in daml.yaml? Or maybe another native way will allow me to automatically launch the trigger service on daml start?

Thank you!

daml start doesn’t automatically start a Trigger Service instance. You can however specify to run daml trigger-service and possibly other automated actions in a script that you can pass to daml start using the --on-start. Note however that the life cycle of the Trigger Service instance(s) you run will not be managed by daml start as it happens for the sandbox, HTTP JSON API service and Navigator.