mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
fuse: rework init scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4fea23e0cf
commit
21d12c517e
12
packages/sysutils/fuse/init.d/14_fuse → packages/sysutils/fuse/init.d/12_fuse
Executable file → Normal file
12
packages/sysutils/fuse/init.d/14_fuse → packages/sysutils/fuse/init.d/12_fuse
Executable file → Normal file
@ -1,5 +1,3 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Copyright (C) 2009-2010 OpenELEC.tv
|
# Copyright (C) 2009-2010 OpenELEC.tv
|
||||||
# http://www.openelec.tv
|
# http://www.openelec.tv
|
||||||
@ -25,12 +23,8 @@
|
|||||||
#
|
#
|
||||||
# runlevels: openelec, textmode
|
# runlevels: openelec, textmode
|
||||||
|
|
||||||
. /etc/profile
|
(
|
||||||
|
|
||||||
MOUNTPOINT=/sys/fs/fuse/connections
|
|
||||||
|
|
||||||
progress "Starting Fuse"
|
progress "Starting Fuse"
|
||||||
|
|
||||||
modprobe fuse >/dev/null 2>&1
|
modprobe fuse >/dev/null 2>&1
|
||||||
mount -t fusectl fusectl $MOUNTPOINT >/dev/null 2>&1
|
mount -t fusectl fusectl /sys/fs/fuse/connections >/dev/null 2>&1
|
||||||
|
)&
|
Loading…
x
Reference in New Issue
Block a user