blob: bd5c5da8f0e47f640583e64a6728989c4387dc24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
post_install() {
cat << EOF
This is a drop in for the vanilla usbmuxd with network functionality enabled via avahi.
Thanks to tihmstar! https://github.com/tihmstar
To use network functionality ensure you have avahi-daemon running.
Then enable usbmuxd via systemd
"systemctl enable --now usbmuxd"
To disable the daemon
"systemctl disable --now usbmuxd"
The udev rule should wake up the daemon in any case
EOF
}
|