Cookbooks
cron
documentation
Cron Service

cron_service

Back to resource list

Manage the system cron daemon service.

Introduced: v7.0.0

Actions

  • :install
  • :remove

Properties

NameTypeDefaultDescription
service_nameStringCorrect service for platformService to manage for cron daemon functionality

Examples

cron_service 'cron'
cron_service 'cron' do
  service_name 'cron-special-service'
  action %i(stop disable)
end