hi, An issue was raised during my code review because i replaced the Service
filesystem/minimal with system/sysevent the sysevent Svc currently is dependent on "minimal", but someone in future could change system/sysevent's .xml file s.t. it's no longer dependent on Minimal. should i make my Svc dependent on BOTH sysevent and Minimal ? also, i'm assuming that if i have more than one <dependency> that "AND semantics" are used: eg, my Svc starts when "sysevent AND Minimal" is True. is my assumption correct ? thanks, /andrew