Christoffer Martinsson f3a81f7a0d Fix service matching logic to use contains instead of exact match
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.
2025-10-23 11:48:35 +02:00
..