Comment out nmbd related options in /etc/conf.d/samba (Alpine Linux):
1
2
3
4
5
6
7
8
9
# Add "winbindd" to daemon_list if you want start winbind from here as well#daemon_list="smbd nmbd"# Use "samba" alone for role based samba4 services (eg: ad-dc).daemon_list="smbd"smbd_options="-D"#nmbd_options="-D"#winbindd_options=""#samba_options=""