#!/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-custodia.service
# Required-Start: $remote_fs
# Required-Stop:  $remote_fs
# Default-Start:  2 3 4 5
# Default-Stop:   0 1 6
# Description:    IPA Custodia Service
### END INIT INFO
set -a
LC_ALL=C.UTF-8
set +a

DESC="ipa-custodia.service"
DAEMON=/usr/lib/ipa/ipa-custodia
DAEMON_ARGS="/etc/ipa/custodia/custodia.conf"
PIDFILE=/var/run/ipa-custodia.service-sysd2v.pid
START_ARGS="--background --make-pidfile --notify-await"

