mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fuse: start init scripts on RUNLEVEL=boot
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a709af45da
commit
d51f70da6a
@ -23,5 +23,12 @@
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
progress "Starting Fuse"
|
||||
mount -t fusectl fusectl /sys/fs/fuse/connections >/dev/null 2>&1
|
||||
case $RUNLEVEL in
|
||||
boot)
|
||||
progress "Starting Fuse"
|
||||
mount -t fusectl fusectl /sys/fs/fuse/connections >/dev/null 2>&1
|
||||
;;
|
||||
|
||||
poweroff|reboot)
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user