#!/bin/sh PSAW=`ps -o "%p" -C named --no-heading` PSW=`echo $PSAW | cut -d" " -f 1` if [ -z "$PSW" ]; then echo "Named not running!" . /etc/init.d/named start fi exit
Never been to CodeSnippets before?
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
Bind AutoRecovery (See related posts)
You need to create an account or log in to post comments to this site.
Related Posts
» What to do when new kernel d... in sysadmin freebsd kernel recovery
» bind9 named.conf template in dns bind accelerator
» bind9 localhost.zone template in dns bind accelerator
» bind9 0.0.127.in-addr.arpa t... in dns bind accelerator
» bind9 google apps zone template in dns bind accelerator
» bind9 rndc.conf template in dns bind accelerator
Snippets (source code soon to be available) developed by Peter Cooper and powered by Ruby On Rails