aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-09-30 13:26:17 +0200
committerMattias Andrée <maandree@kth.se>2016-09-30 13:26:17 +0200
commit32ff2f3a8ebb5545132af736d2bef0da48dc0cd2 (patch)
tree920f9f50a17ad2d4be2338f78d77abff76a1855f
parentAdd deps (diff)
downloadpdeath-32ff2f3a8ebb5545132af736d2bef0da48dc0cd2.tar.gz
pdeath-32ff2f3a8ebb5545132af736d2bef0da48dc0cd2.tar.bz2
pdeath-32ff2f3a8ebb5545132af736d2bef0da48dc0cd2.tar.xz
Add readme
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f09127a
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+NAME
+ pdeath - Run a command that is killed when its parent exits
+
+SYNOPSIS
+ pdeath signal[(+|-)off] command [argument]...
+
+ pdeath -L
+
+DESCRIPTION
+ pdeath runs the select command with the parent death signal set to
+ signal plus or minus off. This means that the process receives this
+ signal when its parent process dies.
+
+OPTIONS
+ -L List all signals.
+
+LIMITATIONS
+ pdeath cannot be used on binaries with set-user-ID or set-group-ID set.
+