diff options
Diffstat (limited to 'system/pause/README')
-rw-r--r-- | system/pause/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/pause/README b/system/pause/README new file mode 100644 index 0000000000..034fd18a3c --- /dev/null +++ b/system/pause/README @@ -0,0 +1,8 @@ +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. |