Source: timelimit Section: utils Priority: optional Maintainer: Peter Pentchev Build-Depends: debhelper (>= 7) Standards-Version: 3.8.0 Vcs-Browser: http://svn.ringlet.net/cgi-bin/viewvc/viewvc.cgi/ringlet/sysutils/timelimit/ Vcs-svn: http://svn.ringlet.net/svn/ringlet/sysutils/timelimit/ Homepage: http://devel.ringlet.net/sysutils/timelimit/ Package: timelimit Architecture: any Depends: ${shlibs:Depends} Conflicts: netpipes Description: Simple utility to limit a process's absolute execution time The timelimit utility executes a command and terminates the spawned process after a given time with a given signal. A "warning" signal is sent first, then, after a timeout, a "kill" signal, similar to the way init(8) operates on shutdown.