You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On systemd platform, it could be useful to use sd_notify.
This will improve the integration of the agent with Systemd and allow to create a datadog agent unit with the following directive:
[Service]
Type=notify
Then, any other application with a dependency on the Datadog agent could use with leverage the following directive without writing any custom wait-for-agent:
On systemd platform, it could be useful to use sd_notify.
This will improve the integration of the agent with Systemd and allow to create a datadog agent unit with the following directive:
Then, any other application with a dependency on the Datadog agent could use with leverage the following directive without writing any custom wait-for-agent:
An example of this implementation is etcd
The text was updated successfully, but these errors were encountered: