cron_service
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