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

DESC="ipa-ccache-sweep.service"
DAEMON=/usr/lib/ipa/ipa-ccache-sweeper
PIDFILE=/var/run/ipa-ccache-sweep.service-sysd2v.pid
START_ARGS="--user ipaapi --chuid ipaapi --background --make-pidfile"
STOP_ARGS="--user ipaapi"
