#!/bin/sh

eval "
$1() {
	echo \"$SERVICE: command $1 not found.\"
	return 1
}
"

export PATH="/lib/initng/ibin:$PATH"

. "$SFILE"

$1
