| Current Path : /hdd/hdd21/main/scripts/smb/ |
| Current File : //hdd/hdd21/main/scripts/smb/smb.sh |
#!/bin/sh
sleep 1
if ! /usr/bin/pgrep -x "smbd" > /dev/null
then
echo "SMB is stopped... Restart now!"
/etc/rc.d/rc.samba restart
else
echo "Working"
fi