diff options
Diffstat (limited to 'doc/s6-rc-init.html')
-rw-r--r-- | doc/s6-rc-init.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/s6-rc-init.html b/doc/s6-rc-init.html index e5ae884..67ed7de 100644 --- a/doc/s6-rc-init.html +++ b/doc/s6-rc-init.html @@ -109,6 +109,12 @@ similarly named, directory (<em>live</em><tt>:<em>suffix</em></tt>) and updates the live state by atomically changing the target of the <em>live</em> symlink - so <em>live</em> will not change names, whereas the real directory may.) </li> + <li> Similarly, it is recommended that administrators store their +compiled service databases into some versioned directory, and that +<em>compiled</em> be a symbolic link to the database currently in +use. This will make it easier to create new compiled databases and +switch them with <a href="s6-rc-update.html">s6-rc-update</a> +without having to change the s6-rc-init invocation in boot scripts. </li> </ul> </body> |