Jump to content

thellamapaul

Members
  • Posts

    10
  • Joined

  • Last visited

Report Comments posted by thellamapaul

  1. FYI I opened a feature request for this as it's still an issue and I didn't see any others open.

    Also, I used TheJuianJES's script and run it at array startup but had to throw in a 60 second sleep before it since something else was wiping smb.service right after it made the change. I haven't been running it for long so it's possible something else will come by and reset it after a while.

    On 4/8/2022 at 7:50 PM, TheJulianJES said:
    sed -i -e 's/model=Xserve/model=MacPro7,1@ECOLOR=226,226,224/g' /etc/avahi/services/smb.service

     

    My full script below
     

    #!/bin/bash
    sleep 60
    sed -i -e 's/model=Xserve/model=MacPro7,1@ECOLOR=226,226,224/g' /etc/avahi/services/smb.service
    /etc/rc.d/rc.samba restart

     

×
×
  • Create New...