New comment by amak79 on void-packages repository https://github.com/void-linux/void-packages/pull/33847#issuecomment-957045521 Comment: > Options for how include doing it in the runit service or the package INSTALL script. If we use the runit or INSTALL script to create the log files, there will be log files such as `/var/log/ulogd.pcap` that will be created even though they may not be used. There are also other log files specified in `/etc/ulogd.conf` which will be left with incorrect ownership/permissions if enabled. How about instead we move the logs to `/var/log/ulogd/` and set the ownership to `root:root` or `root:adm` and mode to `750` to restrict access? This will require modification of `/etc/ulogd.conf`. The logrotate directive `create 640 _ulogd adm` can be removed and the log files will be owned by `root:root`. The logrotate file can then be configured to rotate every file `/var/log/ulogd/`.