diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-07-12 05:33:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-07-12 05:33:01 +0000 |
commit | db7e83c95875fdc630a4014b323f9fbec205ba6c (patch) | |
tree | 41e0ec15c6c8fc4a6abdfa8179327fa083a8729e /doc | |
parent | 1cdd470038332a0355d7923483fc7b23cd7e8b7a (diff) | |
download | s6-rc-db7e83c95875fdc630a4014b323f9fbec205ba6c.tar.xz |
Added the example source.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-rc-compile.html | 11 |
1 files changed, 8 insertions, 3 deletions
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. </li> of service definition directories, which is actually a working, valid set for a Linux system running <a href="http://busybox.net/">busybox</a> and the -<a href="http://skarnet.org/software/">skarnet.org</a> packages. You can compile -it with <tt>s6-rc-compile /tmp/compiled examples/source</tt>, then examine the +<a href="http://skarnet.org/software/">skarnet.org</a> 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 <tt>/etc/</tt> - 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 +<tt>s6-rc-compile</tt>, and you can examine the resulting compiled database with -<tt><a href="s6-rc-db.html">s6-rc-db</a> -c /tmp/compiled <em>subcommand</em></tt>. +<tt><a href="s6-rc-db.html">s6-rc-db</a></tt>. </p> </body> |