mirror of
https://github.com/opnsense/core.git
synced 2026-05-28 04:34:51 -04:00
system: change atrun interval to every minute
This commit is contained in:
parent
d62bf92f73
commit
a8dd67d05c
4 changed files with 9 additions and 0 deletions
1
plist
1
plist
|
|
@ -1410,6 +1410,7 @@
|
|||
/usr/local/opnsense/service/templates/OPNsense/Captiveportal/lighttpd-zone.conf
|
||||
/usr/local/opnsense/service/templates/OPNsense/Captiveportal/rc.conf.d
|
||||
/usr/local/opnsense/service/templates/OPNsense/Cron/+TARGETS
|
||||
/usr/local/opnsense/service/templates/OPNsense/Cron/at.cron
|
||||
/usr/local/opnsense/service/templates/OPNsense/Cron/user.cron
|
||||
/usr/local/opnsense/service/templates/OPNsense/Dnsmasq/+TARGETS
|
||||
/usr/local/opnsense/service/templates/OPNsense/Dnsmasq/dnsmasq.conf
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ CMD=${1}
|
|||
MTREE_PATTERNS="
|
||||
./.cshrc
|
||||
./.profile
|
||||
./etc/cron.d/at
|
||||
./etc/csh.cshrc
|
||||
./etc/group
|
||||
./etc/hosts
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
at.cron:/etc/cron.d/at
|
||||
user.cron:/var/cron/tabs/nobody
|
||||
|
|
|
|||
6
src/opnsense/service/templates/OPNsense/Cron/at.cron
Normal file
6
src/opnsense/service/templates/OPNsense/Cron/at.cron
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#
|
||||
SHELL=/bin/sh
|
||||
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
|
||||
|
||||
# See crontab(5) for field format.
|
||||
* * * * * root /usr/libexec/atrun
|
||||
Loading…
Reference in a new issue