mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
fuse: start init scripts on RUNLEVEL=boot
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user