]> git.pld-linux.org Git - packages/cronie.git/blame - cron.sysconfig
The execvpe() function first appeared in glibc 2.11.
[packages/cronie.git] / cron.sysconfig
CommitLineData
eb28333d 1# Customized settings for cronie crond
9088c091 2
eb28333d 3# Define nice level for crond
9088c091 4SERVICE_RUN_NICE_LEVEL="+0"
eb28333d
ER
5
6# This option will direct cron to send job output to the system log using syslog(3).
7# This is useful if your system has no sendmail(8), or if mail is disabled using "off".
877e1e91 8#CROND_ARGS="-s"
eb28333d
ER
9
10# This option allows you to specify a shell command string to use
11# for sending cron mail output instead of sendmail(8).
12# This command must accept a fully formatted mail message (with headers) on
13# stdin and send it as a mail message to the recipients specified in the mail
14# headers.
15# As a special case, the string "off" will disable sending mail.
877e1e91 16#CROND_ARGS="-m /usr/lib/sendmail"
eb28333d
ER
17
18# Extra arguments to crond(8)
19#CROND_ARGS=""
This page took 0.029038 seconds and 4 git commands to generate.