fornellas / resonance

A transactional host configuration management tool.
GNU General Public License v3.0
4 stars 1 forks source link

Resource Type: systemd units #49

Open fornellas opened 2 months ago

fornellas commented 2 months ago

For good or bad... systemd is the de facto standard in Linux to manage services. Let's add support to it.

Some considerations:

References:

gfechio commented 1 month ago

Systemd would most likely needs not only the refresh but also if you to have it enabled on boot or not, the (in)famous systemctl enable service-name. Reload should check if unit exists or not and act on it.