The service discovery was using exact equality (==) instead of contains matching, preventing services like 'sshd' from matching the 'sshd' pattern. Restore original contains-based matching logic to find configured services.
The service discovery was using exact equality (==) instead of contains matching, preventing services like 'sshd' from matching the 'sshd' pattern. Restore original contains-based matching logic to find configured services.