Currently only supporting states "enable" (start), "disable" (stop),
"restart" (what it says on the tin), and "reload" (which blindly sends a HUP to
the relevant process; meaning if the process does not support this, it may
terminate on the unhandled signal (and since it is then enabled but not running,
it will be started by CF soon enough again, effectively accomplishing a reload
except in a very heavy-handed way)).
Example usage:
services: "ntpd" service_policy => "enable", service_method => rc_service;