summaryrefslogtreecommitdiffstats
path: root/rules/timeout.in
blob: 76a5d87a43d1dea1fa7167601f1cf6166ec92e42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SECTION=shell_and_console

config TIMEOUT
	tristate
	prompt "timeout"
	depends on !BUSYBOX_TIMEOUT || ALLYES
	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.

comment "BusyBox' timeout is selected!"
	depends on BUSYBOX_TIMEOUT