forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
5 lines
279 B
Text
5 lines
279 B
Text
timelimit 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.
|
|
|
|
WWW: http://devel.ringlet.net/sysutils/timelimit/
|