# Author: Ralf Jung <post@ralfj.de>
PATH=/sbin:/usr/sbin:/bin:/usr/bin
-DESC=" OSS Proxy Daemon"
+DESC="OSS Proxy Daemon"
NAME=osspd
DAEMON=/usr/sbin/$NAME
DAEMON_ARGS="-f" # run in foreground, start-stop-daemon does the forking: required to let start-stop-daemon handle the pidfile
[ -x "$DAEMON" ] || exit 0
# Define LSB log_* functions.
-# Depend on lsb-base (>= 3.2-14) to ensure that this file is present
-# and status_of_proc is working.
. /lib/lsb/init-functions
#