diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:22:10 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:22:10 +0100 |
| commit | b0ca19259476bff635b7ebc1d12c96c5e37eef5e (patch) | |
| tree | 273e1e37b3a36a394166d08dc58f742b3e64656e /README | |
| parent | Update e-mail (diff) | |
| download | sleeping-getty-b0ca19259476bff635b7ebc1d12c96c5e37eef5e.tar.gz sleeping-getty-b0ca19259476bff635b7ebc1d12c96c5e37eef5e.tar.bz2 sleeping-getty-b0ca19259476bff635b7ebc1d12c96c5e37eef5e.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ NAME - sleeping-getty - Do not start a fullblown getty before it is necessary + sleeping-getty - Do not start a full-blown getty before it is necessary SYNOPSIS sleeping-getty vtno getty-command [arguments] ... @@ -11,7 +11,7 @@ DESCRIPTION arguments. Note that sleeping-getty works on VT:s, not TTY:s. It cannot wait for a - serial console to become, active, only virtual terminals. + serial console to become active, only virtual terminals. EXAMPLE /sbin/sleeping-getty 15 /sbin/got tty15 TERM=linux @@ -25,15 +25,15 @@ NOTES of CPU cycles. This means, if naïvely used, that if you start your computer, log in on tty1, and start X, and have startx configured to start X on the next available VT. X will start - on VT 2. This is probably not want you want. Instead you + on VT 2. This is probably not what you want. Instead you should edit startx to ensure that a VT lower than a preferred number (customarily 7) will not be used. RATIONALE It is nice to have a score or two of TTY:s available. However, starting them, can require some unnecessary CPU time and will - was memory until they are actually used. This becomes extra - important on resource contained machines. + waste memory until they are actually used. This becomes extra + important on resource-constrained machines. SEE ALSO getty(8), mingetty(8), agetty(8), got(8), vtchs(1), inittab(5) |
