There is a new pull request by deepcube against master on the void-packages repository https://github.com/deepcube/void-packages emg-wpa_supplicant-log-stdout https://github.com/void-linux/void-packages/pull/46269 wpa_supplicant: log to stdout instead of syslog 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) A patch file from https://github.com/void-linux/void-packages/pull/46269.patch is attached