hotplug: run network script when ure* attached to use wired ethernet automatically

This commit is contained in:
Jake Bauer 2024-09-05 19:21:59 +02:00
parent 48e55916ac
commit f71f931e45
1 changed files with 3 additions and 1 deletions

View File

@ -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