#!/bin/sh #---------------------------------------------------------------------------- # Copyright (c) 2010 Sebastian Scholze # # Creation: 09.06.2010 schlotze # Last Update: $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #------------------------------------------------------------------------------ /sbin/checkproc /usr/sbin/clamd ret=${?} if [ ${ret} -ne 0 ] then /usr/sbin/service start clamav fi