mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
37cc9b949b
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
8 lines
213 B
Text
8 lines
213 B
Text
pause (don't exit, efficiently)
|
|
|
|
pause waits to be terminated by a signal.
|
|
|
|
It can be used when service supervision is used but there is no long-running
|
|
program to supervise.
|
|
|
|
pause uses minimal system resources.
|