Răsfoiți Sursa

doc fix: in MOVING-TO-V3, use dependencies.d instead of contents.d

Signed-off-by: Laurent Bercot <[email protected]>
Laurent Bercot 2 ani în urmă
părinte
comite
6390cce55f
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      MOVING-TO-V3.md

+ 2 - 2
MOVING-TO-V3.md

@@ -97,8 +97,8 @@ honor shebangs; for the details, look for `weird syntax` in the
     + To get your service _foo_ properly started at container boot time, you need
 to add it to the `user` bundle: `touch /etc/s6-overlay/s6-rc.d/user/contents.d/foo`.
 Also, to ensure it's started at the proper time, you should make it depend on
-`base`: `mkdir /etc/s6-overlay/s6-rc.d/foo/contents.d && touch
-/etc/s6-overlay/s6-rc.d/foo/contents.d/base`.
+`base`: `mkdir /etc/s6-overlay/s6-rc.d/foo/dependencies.d && touch
+/etc/s6-overlay/s6-rc.d/foo/dependencies.d/base`.
 - Services are run from their own, temporary, current working directory, instead
 of `WORKDIR`; scripts should now use absolute paths instead of paths relative
 to `WORKDIR`. The CMD, if any, is still run in `WORKDIR`.