blob: 0649397cf944aad9c02b20b28f58609fe33ff67f (
plain)
1
2
3
4
5
|
# $Header: /var/cvsroot/gentoo-x86/sys-process/fcron/files/fcrontab.2,v 1.1 2012/08/29 17:38:40 flameeyes Exp $
# Script for checking system crontabs and creating the fcron systab.
# Runs every 10 minutes, does not mail output, doesn't log job runs
# except for errors.
@mail(false),nolog(true) 10 /usr/libexec/check_system_crontabs -s 0
|