mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fuse: rework init scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4fea23e0cf
commit
21d12c517e
16
packages/sysutils/fuse/init.d/14_fuse → packages/sysutils/fuse/init.d/12_fuse
Executable file → Normal file
16
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
|
||||
# http://www.openelec.tv
|
||||
@ -25,12 +23,8 @@
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
. /etc/profile
|
||||
|
||||
MOUNTPOINT=/sys/fs/fuse/connections
|
||||
|
||||
progress "Starting Fuse"
|
||||
|
||||
modprobe fuse >/dev/null 2>&1
|
||||
mount -t fusectl fusectl $MOUNTPOINT >/dev/null 2>&1
|
||||
|
||||
(
|
||||
progress "Starting Fuse"
|
||||
modprobe fuse >/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