forked from Ivasoft/openwrt
samba36: Enable umdnsd support
Allows discovery without having to use NetBIOS. Useful for mobile devices. Could eventually throw nbmd away. But that requires Windows 10... Tested on Fedora 28 with avahi-discover. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
John Crispin
parent
7961009346
commit
499773f8ef
@@ -101,6 +101,7 @@ start_service() {
|
||||
init_config
|
||||
|
||||
procd_open_instance
|
||||
procd_add_mdns "smb" "tcp" "445"
|
||||
procd_set_param command /usr/sbin/smbd -F
|
||||
procd_set_param respawn
|
||||
procd_set_param file /var/etc/smb.conf
|
||||
|
||||
Reference in New Issue
Block a user