Closed issue by wibed on void-packages repository https://github.com/void-linux/void-packages/issues/31768 Description: ### System * xuname: Void 5.12.10_1 x86_64-musl AuthenticAMD notuptodate rrFFF * package: pkgver: usbguard-1.0.0_3 ### Expected behavior after install, started service running seamlessly ### Actual behavior fails silently in the background ### Steps to reproduce the behavior xbps-install -Syu usbguard ln -s /etc/sv/usbguard /var/service/ sv restart usbguard the error message indicates a missing directory in /etc/usbguard /etc/usbguard/IPCAccessControl.d the installation candidate does not setup this directory by itself. ### WORKAROUND just create the directory as root and usbguard will start as expected