New issue by sardior on void-packages repository https://github.com/void-linux/void-packages/issues/26430 Description: ### System * xuname: Void 5.8.18_1 x86_64 AuthenticAMD uptodate rrrrmmnFFFFF * package: libratbag-0.14_1 ### Expected behavior After enabling the ratbagd service ratbagctl should automatically see the available devices. ### Actual behavior When the service is started automatically by runit it seams to be running but `ratbagctl list` doesn't see any devices. If service is restarted manually with `sv down ratbagd && sv up ratbagd` then everything starts working. It looks to me like there is some unknown dependency so I tried adding a condition to the service run script to wait untill a tty login is active, but that didnt help either. ### Steps to reproduce the behavior 1. Enable ratbagd service 2. reboot 3. execute `ratbagctl list`