vulcan-api / spito

spito is a powerful config management system
https://vulcan-api.github.io/spito/
GNU General Public License v3.0
3 stars 0 forks source link

extend is daemon enabled support #86

Open BaderBC opened 8 months ago

BaderBC commented 8 months ago

When somebody call api.sys.GetDaemon on machine which is running systemd it check if daemon is enabled by calling systemctl is-enabled daemon_name This command could return one of this values: image

Currently we handle only few of them. This issue is about extending support by handling all of potential returns.