Retourner au contenu associé (dépêche : Le point sur udev et systemd)
Posté par Sylvain Blandel le 06 septembre 2012 à 13:34. En réponse à la dépêche Le point sur udev et systemd. Évalué à 5.
C'est le comportement par défaut, du moins sous Archlinux. Je n'ai pas cherché, mais j'imagine que c'est configurable.
Effectivement, c'est configurable. Voir le site de systemd :
Question : I want to enable another getty, how would I do that ? Answer : Simply place another symlink for instantiating another serial getty in the getty.target.wants/ directory. ln -sf /usr/lib/systemd/system/serial-getty@.service /etc/systemd/system/getty.target.wants/serial-getty@ttyS0.service systemctl daemon-reload systemctl start getty@ttyS0.service Note that gettys on the virtual console are started on demand. You can control how many you get via the NAutoVTs= setting in logind.conf(7).
Question : I want to enable another getty, how would I do that ?
Answer : Simply place another symlink for instantiating another serial getty in the getty.target.wants/ directory.
ln -sf /usr/lib/systemd/system/serial-getty@.service /etc/systemd/system/getty.target.wants/serial-getty@ttyS0.service systemctl daemon-reload systemctl start getty@ttyS0.service
Note that gettys on the virtual console are started on demand. You can control how many you get via the NAutoVTs= setting in logind.conf(7).
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Le lancement des tty (les terminaux virtuels)
Posté par Sylvain Blandel . En réponse à la dépêche Le point sur udev et systemd. Évalué à 5.
Effectivement, c'est configurable. Voir le site de systemd :