class RuboCop::Cop::Chef::Modernize::UseChefLanguageSystemdHelper

Chef Infra Client 15.5 and later include a ‘systemd?` helper for checking if a Linux system uses systemd.

@example

### incorrect
node['init_package'] == 'systemd'

### correct
systemd?