Click to See Complete Forum and Search --> : Starting Samba Automatically


unclebyron
06-27-2001, 12:32 PM
I run Samba on RedHat 7.1 server. How can I get Samba to start automatically when the server boots?

jscott
06-27-2001, 12:41 PM
Add to your rc.local


if [ -f /etc/samba/smb.conf ]; then
/usr/sbin/smbd -D
/usr/sbin/nmbd -D
fi



make sure you have a /etc/samba/smb.conf !