ports/main/s6-services/rc/desktop/udevd.trigger/up

6 lines
238 B
Plaintext

#!/bin/execlineb -P
emptyenv
export PATH /bin:/sbin:/usr/bin:/usr/sbin
foreground { redirfd -w 1 /dev/null udevadm trigger --action=add --type=subsystems }
foreground { redirfd -w 1 /dev/null udevadm trigger --action=add --type=devices }