]> git.pld-linux.org Git - packages/cronie.git/blame_incremental - cron.sysconfig
- updated to 1.7.2
[packages/cronie.git] / cron.sysconfig
... / ...
CommitLineData
1# Customized settings for cronie crond
2
3# Define nice level for crond
4SERVICE_RUN_NICE_LEVEL="+0"
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_ARGS="-s"
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.
16#CROND_ARGS="-m /usr/lib/sendmail"
17
18# Extra arguments to crond(8)
19#CROND_ARGS=""
This page took 0.103699 seconds and 5 git commands to generate.