5 lines
87 B
Text
5 lines
87 B
Text
|
STATE=$(get_setting samba.enabled)
|
||
|
SVC="samba"
|
||
|
CONF="smb.conf"
|
||
|
DAEMONS=("nmbd" "smbd")
|