Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2008 13:03:26 +0200
From:      "Artem Naluzhnyy" <tut@nhamon.com.ua>
To:        freebsd-hackers@freebsd.org
Subject:   RFD: support of per script nice(1) value in periodic.conf(5)
Message-ID:  <65dfa4fc0812230303h65134bf0r2db3a1af625c5b0b@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
bin/129814


The patch adds support of per periodic(8) script nice(1) value the
script will be run at (similar to "<service>_nice" variables in
rc.conf). There are two features:

  * default_nice variable - default nice level
  * <basename>_<script>_nice variables - nice level for a specific script

Default behavior after the patch application is still the same - no
nice level changes.

periodic.conf(5) example:

  default_nice=10
  daily_status_mail_rejects_enable="YES"
  daily_status_mail_rejects_nice=8

-- 
Artem Naluzhnyy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?65dfa4fc0812230303h65134bf0r2db3a1af625c5b0b>