As part of debianizing, it would be nice to have a way for traced and traced_probes systemd services to signal when they are ready to process requests.
We can consider to:
- introduce a flag called is_systemd (which can also be used for different logging purposes)
- Depending on the flag use sd_notify's standalone implementation to send sd_notify(0, "READY=1") to indicate we are active.
- Update debian .service files to change type to notify
Open to other simpler proposals