hotplug: run network script when ure* attached to use wired ethernet automatically
This commit is contained in:
parent
48e55916ac
commit
f71f931e45
|
@ -5,7 +5,9 @@ uaudio*)
|
|||
level="$(sndioctl -n output.level)"
|
||||
pkill -HUP sndiod
|
||||
sleep 0.5
|
||||
echo "Setting audio level to $level"
|
||||
sndioctl output.level="$level"
|
||||
;;
|
||||
ure*)
|
||||
sh /etc/netstart
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue