Browse Source

docs: expand on logfile setting's need for writable location

Davin McCall 1 year ago
parent
commit
2fcb0b7d2e
1 changed files with 5 additions and 1 deletions
  1. 5 1
      doc/linux/DINIT-AS-INIT.md

+ 5 - 1
doc/linux/DINIT-AS-INIT.md

@@ -291,4 +291,8 @@ reproducible boot issue or shutdown issue.
 ## Caveats
 
 For services which specify a `logfile`, the location must be writable when the service starts
-(otherwise the service will fail to start).
+(otherwise the service will fail to start). Typically this means that nearly all services must
+depend on the service that makes the root filesystem writable. For services that must start
+before the root filesystem becomes writable, it may be possible to log in `/run` or another
+directory that is mounted with a RAM-based filesystem; alternatively, the `shares-console`
+option can be used for these services so that their output is visible at startup.