chiark / gitweb /
logind: call udev_device_get_is_initialized() to trigger lazy loading, as a temporary...
[elogind.git] / src / 73-seat-late.rules
1 #  This file is part of systemd.
2 #
3 #  systemd is free software; you can redistribute it and/or modify it
4 #  under the terms of the GNU General Public License as published by
5 #  the Free Software Foundation; either version 2 of the License, or
6 #  (at your option) any later version.
7
8 ACTION=="remove", GOTO="seat_late_end"
9 TAG!="seat", GOTO="seat_late_end"
10
11 ENV{ID_SEAT}=="", ENV{ID_AUTOSEAT}=="1", ENV{ID_FOR_SEAT}!="", ENV{ID_SEAT}="seat-$env{ID_FOR_SEAT}"
12 ENV{ID_SEAT}=="", IMPORT{parent}="ID_SEAT"
13
14 ENV{ID_SEAT}!="", TAG+="$env{ID_SEAT}"
15
16 LABEL="seat_late_end"