diff options
author | Chris Abela <kristofru@gmail.com> | 2018-11-22 20:50:18 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-24 12:35:13 +0700 |
commit | 37cc9b949b496e1fa3dbb2c9bf399e465739d8b3 (patch) | |
tree | f0e9baa26b0f2696abb29edc0cc77d1b96ff0115 /system/pause/README | |
parent | bb29ad9c5fe269dbe4b17eef5e95f19cccaf1003 (diff) |
system/pause: Added (don't exit, efficiently).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 0000000000000..034fd18a3cd69 --- /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. |