13 lines
446 B
Plaintext
13 lines
446 B
Plaintext
|
# 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)
|
||
|
# -c enable clustering support
|
||
|
# -s send job output to syslog instead of mail
|
||
|
#
|
||
|
DAEMON_ARGS=""
|