New comment by dotnetfox on void-packages repository https://github.com/void-linux/void-packages/issues/34458#issuecomment-991299898 Comment: > I have also added usbmuxd to /var/service. > But no matter what, the usbmuxd service won't start on boot. This is what you were supposed to do, Austin. > But no matter what, the usbmuxd service won't start on boot. I may assume that your problem is the following: you are unable to start usbmuxd; this is *cause*. Inability for the running system to detect your device in the way you expect it is *effect*. Given what is in the output of `sv status`, the problem is on *your side*. I had tried to reproduce the issue by installing the package in question and symlinking it to the runsvdir; the daemon runs and operates. Could you please provide the output of `usbmuxd -f -u` by executing it as root from your terminal (i.e. using sudo or doas)? Do not forget to stop the service by running `sv stop usbmuxd` (also as root) before doing this, just in case. Example of the output: ``` # sudo usbmuxd -f -u [00:00:00.003][3] usbmuxd v1.1.1 starting up [00:00:00.003][3] Using libusb 1.0.24 [00:00:00.006][3] Initialization complete [00:00:00.006][3] Automatic device discovery on hotplug disabled. [00:00:00.006][3] Enabled exit on SIGUSR1 if no devices are attached. Start a new instance with "--exit" to trigger. ```