mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +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
|
# runlevels: openelec, textmode
|
||||||
|
|
||||||
progress "Starting Fuse"
|
case $RUNLEVEL in
|
||||||
mount -t fusectl fusectl /sys/fs/fuse/connections >/dev/null 2>&1
|
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