Commit 578d0d8e authored by Jos Schellevis's avatar Jos Schellevis

(cron) Add tenplates

parent 18077618
name: opnsense-cron
version: 0.1
origin: opnsense/cron
comment: OPNsense Cron configuration
desc: configuration templates for Cron
maintainer: jos at opnsense.org
www: https://opnsense.org
prefix: /
# DO NOT EDIT THIS FILE - OPNsense auto generated file.
# (Cron version -- $FreeBSD$)
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
# Order of crontab fields
# minute hour mday month wday command
{% if helpers.exists('OPNsense.cron.jobs') %}
{% for job in helpers.toList('OPNsense.cron.jobs.job') %}
# Origin/Description: {{job.origin}}/{{job.description}}
{{job.minutes}} {{job.hours}} {{job.days}} {{job.moths}} {{job.weekdays}} configd {{job.command}} '{{job.parameter}}'
{% endfor %}
{% endif %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment