#!/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"
'
