description "Startup GlusterFS Daemon" author "Michael Freitag " version 1.0 emits none special start on (runlevel [2345] and (started mountfs)) stop on runlevel [016] console none pre-start script source /etc/init/functions if [ ! -f /etc/glusterfs/glusterfsd.vol ]; then exit 10 fi modprobe fuse end script post-start exec mount -a -t glusterfs pre-stop exec umount -a -t fuse.glusterfs exec /usr/sbin/glusterfsd -N -f /etc/glusterfs/glusterfsd.vol