/etc/bcron-spool/run is in bcron-run 0.10-3.
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 | #!/bin/sh
exec 2>&1
exec chpst -e/etc/bcron -Ucron sh -c '
exec unixserver -U ${BCRON_SOCKET:-/var/run/.bcron-spool} bcron-spool
'
|