/usr/share/vblade-persist/vblade-logrun is in vblade-persist 0.6-2.
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 7 8 9 10 11 12 13 | #!/bin/sh
# vblade-logrun: this is the logging script for runit supervision of a single
# vblade instance. It just sends info to the syslog, thanks
# to bsdutils' logger
# Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
# Copyright: November 2007
# License: GPLv3 or later
exec chpst -e ../env sh -c '
exec chpst -u daemon logger -t "vblade-persist-e$SHELF.$SLOT"
'
|