class RuboCop::Cop::Chef::Correctness::ServiceResource

Use a service resource to start and stop services

@example when command starts a service

### incorrect
command "/etc/init.d/mysql start"
command "/sbin/service/memcached start"