PowerShell / DSC

This repo is for the DSC v3 project
MIT License
133 stars 22 forks source link

Linux Service module #454

Closed anmenaga closed 2 weeks ago

anmenaga commented 3 weeks ago

PR Summary

A simple PowerShell class-based resource that lists services on Linux. Supports Get and Export. It uses systemctl -l --type service --all to access the data.

LinuxServiceModule