chorankates / rouster

Rouster.is_a?('abstraction layer for controlling Vagrant virtual machines') => true
BSD 3-Clause "New" or "Revised" License
109 stars 14 forks source link

systemd support for get_services #100

Closed chorankates closed 7 years ago

chorankates commented 7 years ago

the time has finally come.. for yet another new way to manage services!

currently CentOS/RHEL support systemv and upstart, need to add systemd.

it's unclear how we should default this as the VM may be using a combination of these services - maybe should gather all? <-- that's currently the default anyway, so will continue down that path

chorankates commented 7 years ago

closed via #101