mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
9f65d8e251
Signed-off-by: B. Watson <yalhcru@gmail.com>
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.
|