Samba server is disabled

  • Code
    kodi:~ # systemctl list-unit-files | grep smb  
    smbd.service                           disabled 

    Even after enabling SMB in Settings > LibreELEC Settings, and rebooting, The service was still disabled.

    This workaround has solved the problem:

    Code
    systemctl enable smbd.service

    Hope this helps!