#!/bin/ksh -p
#
# ident "@(#)utstart.sh	1.1	11/03/06 Oracle"
#
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
#

UTLIB=/opt/SUNWut/lib
UTVAR=/var/opt/SUNWut
SIGTERM=15

exec $UTLIB/utcleanlaunch -c 3 -d $UTVAR/log -D $SIGTERM -- $UTLIB/utstartimpl "$@"
