On Di, 26.06.18 20:10, Michael Asher ([email protected]) wrote: > Thank you very much. > > How do I change the settings from vt220 to vt100 and the baud rate > to 115200?
Make your own copy of the vendor supplied unit file, and alter it to your needs. Use "cp /usr/lib/systemd/system/[email protected] /etc/systemd/system/[email protected]" to make the copy. Then edit /etc/systemd/system/[email protected] with any editor of your choice, then issue "systemctl daemon-reload" to make systemd aware of your changes and "systemctl restart [email protected]" to restart the getty. Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel
