#!/bin/sh
# Generated by sysd2v v0.3  --  http://www.trek.eu.org/devel/sysd2v
# kFreeBSD do not accept scripts as interpreters, using #!/bin/sh and sourcing.
if [ true != "$INIT_D_SCRIPT_SOURCED" ] ; then
    set "$0" "$@"; INIT_D_SCRIPT_SOURCED=true . /lib/init/init-d-script
fi
### BEGIN INIT INFO
# Provides:       ipa-otpd@.service
# Required-Start: $remote_fs
# Required-Stop:  $remote_fs
# Default-Start:  2 3 4 5
# Default-Stop:   0 1 6
# Description:    ipa-otpd service
### END INIT INFO
set -a
LC_ALL=C.UTF-8
. /etc/default/ipa/default.conf
set +a

DESC="ipa-otpd@.service"
DAEMON=/usr/lib/ipa/ipa-otpd
DAEMON_ARGS="$ldap_uri"
PIDFILE=/var/run/ipa-otpd@.service-sysd2v.pid
START_ARGS="--background --make-pidfile"

