diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-19 15:34:50 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-19 15:34:50 +0100 |
commit | c9b2863e7e7331f381a587756a403cbb6b19e115 (patch) | |
tree | 9a69a654d02c31b036dd6da2ffd84072e79be054 /README | |
parent | update news (diff) | |
download | sleeping-getty-c9b2863e7e7331f381a587756a403cbb6b19e115.tar.gz sleeping-getty-c9b2863e7e7331f381a587756a403cbb6b19e115.tar.bz2 sleeping-getty-c9b2863e7e7331f381a587756a403cbb6b19e115.tar.xz |
doc: does not acquire the tty
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -20,6 +20,15 @@ EXAMPLE /sbin/sleeping-getty 20 /sbin/agetty -8 -s 38400 tty20 linux +NOTES + sleeping-getty does not acquire the TTY. That would be a waste + 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 + 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 |