summaryrefslogtreecommitdiffstats
path: root/rules/timeout.in
blob: f8327cd7e09c2966e1368d69b350a6c1b0050e1b (plain)
1
2
3
4
5
6
7
8
9
## SECTION=shell_and_console

config TIMEOUT
	tristate
	prompt "timeout"
	help
	  timeout executes a command and imposes an elapsed time
	  limit. When the time limit is reached, timeout sends a
	  predefined signal to the target process.