On Wed, 01.03.17 12:46, Patrik ([email protected]) wrote: > So I should just load all units and if reload re-list all units and then > instead of systemd manager remove Job events and just always check the > properties all units right??? > THANKS SO MUCH!! > I got it!
PropertiesChanged messages will tell you the props that changed and sometimes even include the new value. See the dbus spec: https://dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties Hence, usually it's not required to redump the whole unit table after you get one of these messages Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel
