В Wed, 15 May 2013 21:19:38 -0700
Kaz Kylheku <[email protected]> пишет:

> 
> Can you at least tell me how to get agetty to start on a system
> that does not have my patch, when a USB-Serial converter is
> inserted which is marked as a console?
> 

The usual stanza is to use in your udev rules

TAG+="systemd", ENV{SYSTEMD_WANTS}+="[email protected]"

You probably can also check whether device is marked as console
(whatever it means) in the same rule.

TAG is likely to be already present for serial devices.
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to