aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-kmod/pkg-message
blob: 6a58112a016e4ac85f7ae616f6a138c2b182e002 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
In order to automatically load the fuse module on startup, you need to
set the following settings:

 - Set the module path in /etc/sysctl.conf:
   kern.module_path=%%MODULE_PATH%%

 - Add fusefs_enable="YES" to your /etc/rc.conf

%%PREFIX%%/etc/rc.d/fuse.sh start will load the module for the first time
after the installation.