HomeClusterLabs Projects

Fix: libcrmservice: properly detect systemd unit existence

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Fix: libcrmservice: properly detect systemd unit existence

Previously, we treated a successful LoadUnit method call as indicating that a
systemd unit exists. However, it does not mean the unit was successfully
loaded, only that the LoadUnit got a reply of the expected type. We must also
check the LoadState property to know whether the load itself was successful.

Details

Provenance
kgaillotAuthored on Sep 23 2021, 12:52 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.