New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/pull/37195#issuecomment-1155539070 Comment: I think it would be good to include the system service, which would be simple to add: `srcpkgs/keyd/files/keyd/run`: ```sh #!/bin/sh exec keyd ``` and then `vsv keyd` in `post_install()`