4c3ab2192c
PR: ports/107466 Submitted by: Andrzej Tobola <ato@iem.pw.edu.pl> Approved by: Anish Mistry <amistry@am-productions.biz> (maintainer)
8 lines
342 B
Text
8 lines
342 B
Text
In order to automatically load the fuse module on startup, you need to
|
|
set the following settings:
|
|
|
|
- Add fusefs_enable="YES" to your /etc/rc.conf
|
|
|
|
%%PREFIX%%/etc/rc.d/fusefs start will load the module for the first time
|
|
after the installation. Set "sysctl vfs.usermount=1" if you want to be able
|
|
to mount fuse devices as an ordinary user.
|