#!/bin/sh #----------------------------------------------------------------------------- # /etc/rc.d/rc180.ow.fuse - FUSE Start-up __FLI4LVER__ # # Creation: 04.02.2009 kmw # Modification: 22.01.2012 Roland Franke # Last Update: $Id$ #----------------------------------------------------------------------------- case $OW_OWFS in yes) begin_script OW "starting FUSE ..." do_modprobe fuse end_script ;; esac