chiark / gitweb /
getty: automatically spawn getty on xen console xvc0
[elogind.git] / src / 99-systemd.rules.in
index e0aa49da8c8669f73ab1ab0f1ec81db347841e36..6aaf8278bb255dd0e691c37669549808ccff891b 100644 (file)
@@ -8,7 +8,7 @@
 ACTION=="remove", GOTO="systemd_end"
 
 SUBSYSTEM=="tty", KERNEL=="tty[0-9]|tty1[0-2]", TAG+="systemd"
-SUBSYSTEM=="tty", KERNEL=="tty[a-zA-Z]*|hvc*", TAG+="systemd"
+SUBSYSTEM=="tty", KERNEL=="tty[a-zA-Z]*|hvc*|xvc*", TAG+="systemd"
 
 KERNEL=="vport*", TAG+="systemd"