File: control

package info (click to toggle)
killer 0.90-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 752 kB
  • sloc: perl: 8,785; sh: 313; makefile: 43
file content (31 lines) | stat: -rw-r--r-- 1,131 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: killer
Section: misc
Priority: optional
Maintainer: Debian Edu Developers <debian-edu@lists.debian.org>
Uploaders:
 Petter Reinholdtsen <pere@debian.org>
 , José L. Redrejo Rodríguez <jredrejo@debian.org>
 , Alexander Alemayhu <alexander@bitraf.no>
Build-Depends: debhelper (>= 10)
 , cdbs
 , perl
Standards-Version: 4.1.4
Rules-Requires-Root: no
Vcs-git: https://salsa.debian.org/debian-edu-pkg-team/killer
Vcs-Browser: https://salsa.debian.org/debian-edu-pkg-team/killer

Package: killer
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
 , default-mta | exim4 | mail-transport-agent
 , xprintidle
Description: Background job killer
 killer is a perl script that gets rid of background jobs. Background
 jobs are defined as processes that belong to users who are not currently
 logged into the machine. Jobs can be run in the background (and are
 exempt from *killer*'s actions) if their scheduling priority has been
 reduced by increasing their nice(1) value or if they are being run
 through condor.
 .
 When the package is installed, a cron job is installed to run killer
 once an hour.