Provides a Ruby interface to services on MS Windows, allowing creation, control, configuration, and inspection of services, including pure Ruby services via the Daemon class.
gem install win32-serviceNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
List all Windows services using the Win32::Service interface.
Ensure your code only runs on Windows, or guard with platform checks.
No dependency data recorded yet.