File: control

package info (click to toggle)
reniced 1.23-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: perl: 299; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 709 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: optional
Maintainer: Christian Garbs <debian@cgarbs.de>
Standards-Version: 4.7.2
Build-Depends: debhelper-compat (= 13)
Homepage: https://github.com/mmitch/reniced

Package: reniced
Architecture: all
Depends: procps, 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.