summaryrefslogtreecommitdiffstats
path: root/extras/init.d/rhel5-load-fuse.modules
blob: ee194db99b8eec7920cc9508ed77360ab9a69438 (plain)
1
2
3
4
5
6
7
#!/bin/sh
#
# fusermount-glusterfs requires the /dev/fuse character device. The fuse module
# provides this and is loaded on demand in newer Linux distributions.
#

[ -c /dev/fuse ] || /sbin/modprobe fuse