fuse: shutdown fuse on reboot/poweroff

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-09-08 04:26:12 +02:00
parent faaae63cb9
commit 42e409745c

View File

@ -30,5 +30,7 @@ case $RUNLEVEL in
;;
poweroff|reboot)
progress "Stopping Fuse"
umount /sys/fs/fuse/connections
;;
esac