2020-07-03 00:12:16 +00:00
|
|
|
|
2018-01-31 13:17:11 +00:00
|
|
|
config samba
|
2020-07-03 00:12:16 +00:00
|
|
|
option workgroup 'WORKGROUP'
|
|
|
|
option charset 'UTF-8'
|
|
|
|
option description 'Samba on OpenWRT'
|
|
|
|
#option enable_extra_tuning '0'
|
|
|
|
|
|
|
|
## example share
|
|
|
|
#config sambashare
|
|
|
|
#option guest_only 'yes'
|
|
|
|
#option create_mask '0666'
|
|
|
|
#option dir_mask '0777'
|
|
|
|
#option force_root '1'
|
|
|
|
#option name 'share'
|
|
|
|
#option inherit_owner 'yes'
|
|
|
|
#option guest_ok 'yes'
|
|
|
|
#option read_only 'no'
|
|
|
|
#option path '/mnt/tmp'
|
|
|
|
|
|
|
|
## reduce process priority via nice
|
|
|
|
#config procd 'extra'
|
|
|
|
#option samba_nice '3'
|
|
|
|
## on mvebu platform we need negative values!
|
|
|
|
#option samba_nice '-10'
|