There is a new pull request by classabbyamp against master on the void-packages repository https://github.com/classabbyamp/void-packages how-much-log-would-a-woodchuck-chuck-if-a-woodchuck-could-chuck-log https://github.com/void-linux/void-packages/pull/42026 common/environment/setup/install.sh: always add log service - common/environment/setup/install.sh: always add log service - overridable by having a log service at `$pkgname/files/$service/log` - warns if stderr is not redirected in the main service - uses a sane default run script with the service name set as tag and daemon facility - Manual.md: document vsv log autocreation - *: remove log dir en-masse #### Testing the changes - I tested the changes in this PR: **YES** ### TODO - [ ] go through all removed log services and see if any need overrides ### Questions - Should there be a possible second vlogger argument that sets the facility? This would remove the need for overrides for the few services that set cron/mail as facility A patch file from https://github.com/void-linux/void-packages/pull/42026.patch is attached