blob: f094e3d52f79cc58eaaf9f3b3668edaec6bf1663 (
plain) (
blame)
1
2
3
4
|
#!/bin/execlineb -P
foreground { redirfd -w 1 /dev/null udevadm trigger --type=subsystems --action=add }
foreground { redirfd -w 1 /dev/null udevadm trigger --type=devices --action=add }
|