Viitor_glusterfs/etc/init/glusterfsd.conf

25 lines
509 B
Plaintext
Raw Normal View History

description "Startup GlusterFS Daemon"
author "Michael Freitag <Michael.Freitag@freitag-systemtechnik.de>"
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