From 10d06f7d21b7ab7400ea94936712d7dcb2ed94ca Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 21 Sep 2015 12:49:39 +0000 Subject: Add s6-rc-oneshot-run (without using it in s6-rc-compile or s6-rc yet) --- doc/index.html | 3 ++- doc/s6-rc-oneshot-run.html | 65 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 doc/s6-rc-oneshot-run.html (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index 3e66a90..58e60e3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -106,8 +106,9 @@ the previous versions of s6-rc and the current one.

Related resources

diff --git a/doc/s6-rc-oneshot-run.html b/doc/s6-rc-oneshot-run.html new file mode 100644 index 0000000..c2b422f --- /dev/null +++ b/doc/s6-rc-oneshot-run.html @@ -0,0 +1,65 @@ + + + + + + s6-rc: the s6-rc-oneshot-run program + + + + + + +

+s6-rc
+Software
+skarnet.org +

+ +

The s6-rc-oneshot-run internal program

+ +

+ s6-rc-oneshot-run executes a oneshot service's up or +down script taken from the current live compiled database. +

+ +

+ s6-rc-oneshot-run is not meant to be used directly; it is used +in internal scripts created by +s6-rc-compile, which are invoked during an +s6-rc execution. +

+ +

Interface

+ +
+     s6-rc-oneshot-run [ -l live ] up|down n
+
+ + + +

Options

+ + + +

Exit codes

+ + + + + -- cgit v1.2.3