Changeset 6c0ac5a


Ignore:
Timestamp:
03/19/2022 02:01:06 AM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
fd28cfd
Parents:
e0f39cd
git-author:
Pierre Labastie <pierre.labastie@…> (03/18/2022 03:06:36 PM)
git-committer:
William Harrington <kb0iic@…> (03/19/2022 02:01:06 AM)
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

    re0f39cd r6c0ac5a  
    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.