1
0
mirror of https://gitlab.alpinelinux.org/alpine/alpine-baselayout.git synced 2025-04-19 09:42:19 +03:00

fixed crontab to run periodic/15min every 15 min insteado f every 4 min

This commit is contained in:
ncopa 2007-02-27 16:37:58 +00:00
parent 367813027a
commit 0a40ac61d5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VERSION=1.3_alpha6
VERSION=1.3_alpha7
PV =alpine-baselayout-$(VERSION)
TARBALL =$(PV).tar.gz

View File

@ -1,6 +1,6 @@
# do daily/weekly/monthly maintenance
# min hour day month weekday command
*/4 * * * * run-parts /etc/periodic/15min
*/15 * * * * run-parts /etc/periodic/15min
0 * * * * run-parts /etc/periodic/hourly
0 2 * * * run-parts /etc/periodic/daily
0 3 * * 6 run-parts /etc/periodic/weekly