Skip to content
Snippets Groups Projects
Commit 03d0ca86 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

doc update

parent 2758e858
No related branches found
No related tags found
No related merge requests found
WARNING -- Under development, only use as beta-tester
66 - Helpers tools around S6 supervision suite
--------------------------------
66 is a suite of programs designed to handle services from
S6 supervision suite.
See http://skarnet.org/software/s6/ for details about S6 supervision
suite.
Sixty-six is a collection of system tools built around
http://skarnet.org/software/s6 and http://skarnet.org/software/s6-rc created to
make the implementation and manipulation of service files on your
machine easier. It is meant to be a toolbox for the declaration,
implementation and administration of services where seperate programs
can be joined to achieve powerful functionality with small amounts of code.
Examples of what can be achieved by assembling different programs provided by 66:
Frontend service files declaration.
Backup a complete set of services.
Easy creation of a scandir.
Nested supervision tree.
Instance service file creation.
Multiple directories service file declaration(packager,sysadmin,user).
Easy change of service configuration.
Automatic logger creation.
...
* Installation
......
......@@ -32,13 +32,14 @@
<ul>
<li> Frontend service files declaration. </li>
<li> Handling of any s6 and s6-rc service </li>
<li> Backup a complete set of services.</li>
<li> Easy creation of a scandir. </li>
<li> Nested supervision tree. </li>
<li> Instance service file creation. </li>
<li> Multiple directories service file declaration(packager,sysadmin,user). </li>
<li> Easy change of service configuration. </li>
<li> Automatic logger creation. </li>
<li> ...</li>
</ul>
<p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment