Your IP : 216.73.216.48


Current Path : /hdd/hdd21/main/scripts/smb/
Upload File :
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