path: and_1.2.2-4.3/debian/and.init.d
			start-stop-daemon --start --make-pidfile --pidfile $PIDFILE --exec $DAEMON >/dev/null 2>&1
			# Write correct pid into $PIDFILE
			pid=$( pidof $DAEMON )
			echo "${pid}" > $PIDFILE
            errcode=$?
