2011-07-26 14:00:34 +02:00
|
|
|
# Defaults for cronie initscript
|
|
|
|
# This is a POSIX shell fragment
|
|
|
|
|
|
|
|
# Some additional options for the daemon
|
|
|
|
# See cron(8) for all options and a detailed explanation of these
|
|
|
|
#
|
|
|
|
# -m <cmd> shell command to use for sending mail instead of sendmail(8)
|
|
|
|
# -p lift some restrictions on user crontabs (owner, mode, type)
|
2019-11-05 08:04:37 +01:00
|
|
|
# -P Don't set PATH; instead, inherit it from the environment
|
2011-07-26 14:00:34 +02:00
|
|
|
# -c enable clustering support
|
|
|
|
# -s send job output to syslog instead of mail
|
|
|
|
#
|
|
|
|
DAEMON_ARGS=""
|