diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-10 12:46:04 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-10 12:46:04 +0000 |
commit | dbfebcf0b5e0471772a00b95e0f654b093c1ccef (patch) | |
tree | eed35e3c7e751ba9a9047249ec5cbce331269fa9 /examples | |
parent | 8c22e88befbd6ce76acdc9371683dca43425235e (diff) | |
download | s6-rc-dbfebcf0b5e0471772a00b95e0f654b093c1ccef.tar.xz |
bugfix: add max-death-tally and down-signal support to s6-rc-compile!
Diffstat (limited to 'examples')
-rw-r--r-- | examples/source/fdholder/down-signal | 1 | ||||
-rw-r--r-- | examples/source/fdholder/max-death-tally | 1 | ||||
-rw-r--r-- | examples/source/fdholder/timeout-finish | 1 | ||||
-rw-r--r-- | examples/source/fdholder/timeout-kill | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/examples/source/fdholder/down-signal b/examples/source/fdholder/down-signal new file mode 100644 index 0000000..dc1b980 --- /dev/null +++ b/examples/source/fdholder/down-signal @@ -0,0 +1 @@ +SIGTERM diff --git a/examples/source/fdholder/max-death-tally b/examples/source/fdholder/max-death-tally new file mode 100644 index 0000000..29d6383 --- /dev/null +++ b/examples/source/fdholder/max-death-tally @@ -0,0 +1 @@ +100 diff --git a/examples/source/fdholder/timeout-finish b/examples/source/fdholder/timeout-finish new file mode 100644 index 0000000..e9c02da --- /dev/null +++ b/examples/source/fdholder/timeout-finish @@ -0,0 +1 @@ +5000 diff --git a/examples/source/fdholder/timeout-kill b/examples/source/fdholder/timeout-kill new file mode 100644 index 0000000..573541a --- /dev/null +++ b/examples/source/fdholder/timeout-kill @@ -0,0 +1 @@ +0 |