Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 655 Bytes

cron_service.md

File metadata and controls

31 lines (21 loc) · 655 Bytes

cron_service

Back to resource list

Manage the system cron daemon service.

Introduced: v7.0.0

Actions

  • :install
  • :remove

Properties

Name Type Default Description
service_name String Correct service for platform Service to manage for cron daemon functionality

Examples

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