/etc/init.d/lessfs should arrange for the fuse kernel module to be loaded before starting the lessfs daemon. Something like [ -d /sys/fs/fuse ] || modprobe fuse might do the trick.