File: control

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 (18 lines) | stat: -rw-r--r-- 697 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: reniced
Section: utils
Priority: extra
Maintainer: Christian Garbs <debian@cgarbs.de>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), cdbs
Homepage: https://github.com/mmitch/reniced

Package: reniced
Architecture: all
Depends: libbsd-resource-perl, ${perl:Depends}, ${misc:Depends}
Description: renice running processes based on regular expressions
 reniced takes a list of regular expressions, looks for processes
 matching them and renices the processes to given values.
 .
 Instead of editing the scripts in /etc/init.d to give daemons the
 nicelevel you want (and get prompted at every package update because
 these files are conffiles) you can just run reniced once a day.