diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-12-04 14:59:44 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-12-04 14:59:44 +0000 |
commit | 1f72ed3900db6b43ecbde097c83c4c5ddf9c9e38 (patch) | |
tree | 628a75700f4a7d82d11d51b7963d986deb13af29 /doc | |
parent | 2c44eb5822e7ab6281123290184df4542da5cdb1 (diff) | |
download | s6-rc-1f72ed3900db6b43ecbde097c83c4c5ddf9c9e38.tar.xz |
Refactor s6-rc-init and s6-rc-upgrade around atomic_symlink and s6rc_livedir_create
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-rc-init.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-rc-init.html b/doc/s6-rc-init.html index 2e9c88c..0fe00ba 100644 --- a/doc/s6-rc-init.html +++ b/doc/s6-rc-init.html @@ -32,8 +32,8 @@ invocation of the </pre> <ul> - <li> <em>compiled</em> (if the <tt>-d</tt> option hasn't been given), -<em>live</em> and <em>scandir</em> must be absolute paths. </li> + <li> <em>compiled</em> (if the <tt>-d</tt> option hasn't been given) +and <em>scandir</em> must be absolute paths. </li> <li> s6-rc-init expects to find a <em>compiled service database</em> in <em>compiled</em>. It expects to be able to create a directory named <em>live</em>. It also expects that an instance of |