<div dir="ltr">I have a fleet of applications that need to pass some critical variables back to systemd so that our services monitor can collect them.  My hope is that this can be done via sd_notify as it is very much a config-management and process monitoring related task. <br><br>Currently my monitor subscribes to PropertiesChanged in dbus, and gets the active/running notification upon an sd_notify from the service, I can see the StatusText variable set via the STATUS=... but I can't seem to figure out where the rest of the notify state is stored.<br><br>Thanks, <br>Rick</div>