mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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)
|
||||
progress "Stopping Fuse"
|
||||
umount /sys/fs/fuse/connections
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user