From db7e83c95875fdc630a4014b323f9fbec205ba6c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 12 Jul 2015 05:33:01 +0000 Subject: Added the example source. --- doc/s6-rc-compile.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'doc/s6-rc-compile.html') diff --git a/doc/s6-rc-compile.html b/doc/s6-rc-compile.html index 49b4b6d..1464ea5 100644 --- a/doc/s6-rc-compile.html +++ b/doc/s6-rc-compile.html @@ -283,10 +283,15 @@ automatically start the logger beforehand if it's not already up. of service definition directories, which is actually a working, valid set for a Linux system running busybox and the -skarnet.org packages. You can compile -it with s6-rc-compile /tmp/compiled examples/source, then examine the +skarnet.org packages; of course, only +the service definition set has been kept, and private information has been +removed, so it won't work out-of-the-box without the proper specific files, +notably configuration in /etc/ - but nevertheless, you can browse the +source and understand what it does, and adapt it to your own needs. It will +compile as is with +s6-rc-compile, and you can examine the resulting compiled database with -s6-rc-db -c /tmp/compiled subcommand. +s6-rc-db.

-- cgit v1.3.1