New comment by bobertlo on void-packages repository https://github.com/void-linux/void-packages/pull/34378#issuecomment-993127606 Comment: > What kind of output does `firewalld` produce? If there is useful output, you might want to skip redirecting to the bit bucket and add a log service (see, _e.g._, the service provided by `duiadns`) to capture the text. When you enable rejection logging that happens through the kernel logs. The only output from firewalld is like: ``` Starting firewalld - dynamic firewall daemon.... Started firewalld - dynamic firewall daemon. ``` Plus some warnings if backends are not available (the nftables backend alone is enough for it to work though) EDIT: I'm not really familiar with runit logging conventions. Should I not redirect the output and let it display on the console?