unbounded joy or the musings of a sysadmin.
if [ $(ps aux | grep -e 'nscd$' | grep -v grep | wc -l | tr -s "\n") -eq 0 ]; then /etc/init.d/nscd stop; /etc/init.d/nscd start; fi
Post a Comment
No comments:
Post a Comment