Manage the system cron daemon service.
Introduced: v7.0.0
:install:remove
| Name | Type | Default | Description |
|---|---|---|---|
service_name |
String | Correct service for platform | Service to manage for cron daemon functionality |
cron_service 'cron'cron_service 'cron' do
service_name 'cron-special-service'
action %i(stop disable)
end