chiark / gitweb /
Fix service file to match installed elogind binary location
[elogind.git] / src / login / 73-seat-late.rules.in
index 901df750fde32fb9cd9e43a287e45b7c08239e85..a315459b94c79d7bcd1202d6065affeaad44221c 100644 (file)
@@ -12,6 +12,7 @@ ENV{ID_SEAT}=="", IMPORT{parent}="ID_SEAT"
 
 ENV{ID_SEAT}!="", TAG+="$env{ID_SEAT}"
 
-TAG=="uaccess", ENV{MAJOR}!="", RUN{builtin}+="uaccess"
+#This is not supported by eudev because eudev does not know about logind
+#TAG=="uaccess", ENV{MAJOR}!="", RUN{builtin}+="uaccess"
 
 LABEL="seat_late_end"