https://bugzilla.novell.com/show_bug.cgi?id=786714 https://bugzilla.novell.com/show_bug.cgi?id=786714#c5 --- Comment #5 from Frederic Crozat <fcrozat@suse.com> 2012-10-26 14:18:47 UTC --- - /etc/securetty is only used by pam_securetty module, so it is not related to systemd at all. - systemd is reading "/sys/class/tty/console/active" (so the kernel is the one doing the parsing of cmdline) and for each non virtual console, it will start a serial-getty (doing an instance of serial-getty@.service). The logic is at http://cgit.freedesktop.org/systemd/systemd/tree/src/getty-generator/getty-g... - if you want to start "non standard" (ie not getty) on a specific console, you should create a file in /etc/systemd/system/, named the same way the autogenerated one (which is stored in /run/systemd/generator ), so something like /etc/systemd/system/serial-getty@ttyS0.service where you would start sulogin (you might want to look at /lib/systemd/system/rescue.service as an example). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.