On Sa, 19.12.20 15:26, Adi Ml ([email protected]) wrote: > Hi, > > Is there a way to enforce udev rules on all connected devices (which were > connected pre-boot) after a reboot? > I have tried udevadm trigger and seems like its not working
udevadm trigger is invoked atuomatically at boot, in order to "coldplug" devices that have been found by the kernel already during earlier boot. It's what the systemd-udev-trigger.service unit is doing. Triggering means all udev rules are run again. Lennart -- Lennart Poettering, Berlin _______________________________________________ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel
