diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | crontab | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -VERSION=1.3_alpha6 +VERSION=1.3_alpha7 PV =alpine-baselayout-$(VERSION) TARBALL =$(PV).tar.gz @@ -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 |