/etc/sv/socklog-klog/run is in socklog-run 2.1.0-8.1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | #!/bin/sh
USER=nobody
exec </proc/kmsg
exec 2>&1
test "`uname -r |cut -c1-4`" != '2.6.' || USER=root
exec chpst -u"$USER" socklog ucspi
|