Changeset bb9cb3c0


Ignore:
Timestamp:
03/18/2022 03:06:36 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
0a28db3c, b68190c, bae1378
Parents:
fb651b9
Message:

[Sysv]: /etc/inittab: respawn sulogin in runlevel 1

If run once (as it is now), the only possibility after hitting
control-D is to reboot. Note that init treats the S runlevel
differently:
when the last daemon to be run n runlevel S exits, init switches
to the default runlevel. This is not the case for other runlevels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/usage.xml

    rfb651b9 rbb9cb3c0  
    7878ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
    7979
    80 su:S016:once:/sbin/sulogin
     80su:S06:once:/sbin/sulogin
     81s1:1:respawn:/sbin/sulogin
    8182
    82831:2345:respawn:/sbin/agetty --noclear tty1 9600
Note: See TracChangeset for help on using the changeset viewer.