There's a closed pull request on the void-packages repository wpa_supplicant: log to stdout instead of syslog https://github.com/void-linux/void-packages/pull/46269 Description: A long time ago the wpa_supplicant service was changed[0] to log to syslog by default instead of the stdout. This setting was carrier through a number of changes and persists to this day. As such, wpa_supplicant will not log via the log/run mechanism as expected by default. Remove the -s flag from the default and auto options so wpa_supplicant logs to stdout (and hence log/run) as expected for runit services. [0] 62ae6738b59 (wpa_supplicant: log to syslog by default) #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architectures, (x86_64-musl, armv6l-musl)