]> git.pld-linux.org Git - packages/cronie.git/blame - cron.sysconfig
- full path example is better i believe
[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".
8#CROND_SYSLOG_RESULT="yes"
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.
7f0799f9 16#CROND_MAIL_PROG="/usr/lib/sendmail"
eb28333d
ER
17
18# Extra arguments to crond(8)
19#CROND_ARGS=""
This page took 0.02608 seconds and 4 git commands to generate.