File: README.Debian

package info (click to toggle)
reniced 1.21-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 128 kB
  • ctags: 16
  • sloc: perl: 237; sh: 33; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 750 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
reniced for Debian
------------------

Because of #389121, reniced now has an init script.  Even when it is
called very late (it has a sequence number of 99), it will propably
not act on all your processes.  On the other hand, the init script
will ensure (if you didn't turn it off) a reniced run when you upgrade
the package.

As reniced can only renice those processes already running, it should
be called regularly to act on new or restarted processes as well.
To accomplish this, you could add a file like this to /etc/cron.d/:



SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# reniced
10 6            * * *   root    /usr/bin/reniced



 -- Christian Garbs <debian@cgarbs.de>, Sun, 26 Aug 2007 20:14:24 +0200