create_cron_job
Creates a pfSense cron job to schedule command execution at specified times, with settings for minute, hour, day, month, weekday, user, and command.
Instructions
Create a cron job
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| who | Yes | User to run the command as (e.g., 'root') | |
| hour | Yes | Hour field (0-23, or * for every hour) | |
| mday | Yes | Day of month field (1-31, or * for every day) | |
| wday | Yes | Day of week field (0-7, 0 and 7 are Sunday, or * for every day) | |
| month | Yes | Month field (1-12, or * for every month) | |
| minute | Yes | Minute field (0-59, or * for every minute) | |
| command | Yes | Command to execute | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||