1
0
mirror of https://github.com/rancher/os.git synced 2025-06-30 00:31:49 +00:00
os/scripts/dockerimages/scripts/udev.sh
2015-04-06 06:52:17 -07:00

10 lines
121 B
Bash
Executable File

#!/bin/bash
if [ "$DAEMON" = true ]; then
exec udevd
fi
udevd --daemon
udevadm trigger --action=add
udevadm settle