Based on some discussions with @solind we decided to narrow the scope of this test to only check for disabled services in the "system" domain, i.e. based on the output of the launchctl print-disabled system command. This eliminated the need for the domain element in the object (and state and item) and made the disabledservice_object a singleton.
Based on some discussions with @solind we decided to narrow the scope of this test to only check for disabled services in the "system" domain, i.e. based on the output of the
launchctl print-disabled system
command. This eliminated the need for thedomain
element in the object (and state and item) and made thedisabledservice_object
a singleton.