X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=cron.sysconfig;h=406b5a55eb444f40f9ac5c8d59c0251693e1e551;hb=877e1e914a9b152c57ac591fc238a1ce9fbc3659;hp=7c4eeae1617369c569f479304aba9a39bb761c7c;hpb=9088c091c01ab94b1e5d32c7e02dd3f7f4a63638;p=packages%2Fcronie.git diff --git a/cron.sysconfig b/cron.sysconfig index 7c4eeae..406b5a5 100644 --- a/cron.sysconfig +++ b/cron.sysconfig @@ -1,4 +1,19 @@ -# Customized settings for cron +# Customized settings for cronie crond -# Define nice level for cron +# Define nice level for crond SERVICE_RUN_NICE_LEVEL="+0" + +# This option will direct cron to send job output to the system log using syslog(3). +# This is useful if your system has no sendmail(8), or if mail is disabled using "off". +#CROND_ARGS="-s" + +# This option allows you to specify a shell command string to use +# for sending cron mail output instead of sendmail(8). +# This command must accept a fully formatted mail message (with headers) on +# stdin and send it as a mail message to the recipients specified in the mail +# headers. +# As a special case, the string "off" will disable sending mail. +#CROND_ARGS="-m /usr/lib/sendmail" + +# Extra arguments to crond(8) +#CROND_ARGS=""