From ee111aabf49128fe88968f658b0f4b683a3caa00 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 29 Aug 2015 20:25:40 +0000 Subject: - some work on s6-rc-update - add s6-rc-bundle and relevant doc --- doc/s6-rc-bundle.html | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 doc/s6-rc-bundle.html (limited to 'doc/s6-rc-bundle.html') diff --git a/doc/s6-rc-bundle.html b/doc/s6-rc-bundle.html new file mode 100644 index 0000000..c77f890 --- /dev/null +++ b/doc/s6-rc-bundle.html @@ -0,0 +1,132 @@ + + + + + + s6-rc: the s6-rc-bundle program + + + + + + +

+s6-rc-bundle
+Software
+skarnet.org +

+ +

The s6-rc-bundle program

+ +

+ s6-rc-bundle is a tool to add or delete bundles from a compiled +service database without having to recompile it from source. +

+ +

+ It is an offline tool, i.e. you can run it on any +compiled service database without actually having a live set +of services managed by s6-rc. However, if you do have a live +set, you can still run s6-rc-bundle on the current database (and +it is the default); it won't interfere with your normal service +operation. +

+ +

Interface

+ +
+     s6-rc-bundle help
+     s6-rc-bundle [ -f ] [ -l live ] [ -c compiled ] add bundlename contents...
+     s6-rc-bundle [ -f ] [ -l live ] [ -c compiled ] delete bundlenames...
+     s6-rc-bundle [ -f ] [ -l live ] [ -c compiled ] multiple args...
+
+ + + +

Options

+ + + +

Exit codes

+ + + +

Subcommands

+ +

s6-rc-bundle help

+ +

+ Prints a help message on stdout. +

+ +

s6-rc-bundle add bundlename contents...

+ +

+ Adds a bundle named bundlename to the database, representing +the services listed in contents. The arguments in contents... +are resolved before the database is modified by the +s6-rc-bundle invocation. +

+ +

s6-rc-bundle delete bundlenames...

+ +

+ Deletes bundles listed in bundlenames.... +

+ +

s6-rc-bundle multiple args...

+ +

+ Performs multiple bundle deletions and additions. This subcommand is best +used in an execline +script, because it uses +blocks. +

+ +

+args... is composed of: +

+ + + + + -- cgit v1.2.3