mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
fuse: shutdown fuse on reboot/poweroff
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
faaae63cb9
commit
42e409745c
@ -30,5 +30,7 @@ case $RUNLEVEL in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
poweroff|reboot)
|
poweroff|reboot)
|
||||||
|
progress "Stopping Fuse"
|
||||||
|
umount /sys/fs/fuse/connections
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user