Browse Source

doc: a Minor update about using Dinit as system init

Signed-off-by: Mobin Aydinfar <mobin@mobintestserver.ir>
Hojjat 1 year ago
parent
commit
e84ae9ba7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/linux/DINIT-AS-INIT.md

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

@@ -281,7 +281,7 @@ terminal for the shell; an example setting:
 command = /sbin/agetty tty6 linux-c -n -l /bin/bash
 ```
 You can remove most or all dependencies from this service so that it starts early, and set the
-`no-sigterm` option, as well as setting `stop-timeout = 0` (i.e. disabling stop timeout), so that
+`term-signal = none`, as well as setting `stop-timeout = 0` (i.e. disabling stop timeout), so that
 it will not be killed at shutdown (you will need to manually exit the shell to complete shutdown).
 This means you always have a shell available to check system state when something is going wrong.
 While this is not something you want to enable permanently, it can be a good tool to debug a