/init/nmbd.conf

http://github.com/brinkman83/bashrc · Config · 18 lines · 12 code · 6 blank · 0 comment · 0 complexity · f01014b375396077940a11d831c259a3 MD5 · raw file

  1. description "NetBIOS name server"
  2. author "Steve Langasek <steve.langasek@ubuntu.com>"
  3. start on (local-filesystems and net-device-up IFACE!=lo)
  4. stop on runlevel [!2345]
  5. expect fork
  6. respawn
  7. pre-start script
  8. NMBD_DISABLED=`testparm -s --parameter-name='disable netbios' 2>/dev/null`
  9. [ "x$NMBD_DISABLED" = xYes ] && { stop; exit 0; }
  10. install -o root -g root -m 755 -d /var/run/samba
  11. end script
  12. exec nmbd -D