Force Chef to use Systemd on platforms that support it
Otherwise, Chef manages the service by calling the init script directly. This leaves Systemd out of sync and `service collector *` claiming the service has crashed while `/etc/init.d/collector *` properly reports that it's running. Also enables support in the service for the status and restart commands.
Please register or sign in to comment