#!/bin/ksh
#
# OSSTech Cyrus SASL saslauthd service
#
# chkconfig: - 65 10
# chkconfig.aix: 2 271 39
# description: LDAP stands for Lightweight Directory Access Protocol, used \
#              for implementing the industry standard directory services.
#
### BEGIN INIT INFO
# Provides:		osstech-saslauthd
# Required-Start:	$local_fs $remote_fs osstech-svscan
# Required-Stop:	$local_fs $remote_fs osstech-svscan
# Should-Start:		$syslog
# Should-Stop:		$syslog
# Default-Start:	2 3 4 5
# Default-Stop:		1
### END INIT INFO

. /opt/osstech/etc/sv/svinit || exit 1

sv_name="saslauthd"

sv_init "$sv_name" ${1+"$@"}

