we must restart services : apache and apache-ssl have to much modifications to be only reloaded ...

This commit is contained in:
Benjamin Sonntag 2007-08-26 19:05:22 +00:00
parent acf7ae05d3
commit 3064ac14ed
1 changed files with 2 additions and 2 deletions

View File

@ -223,12 +223,12 @@ if [ -e /etc/proftpd.conf ] ; then
fi
#######################################################################
# Reload services
# Restart services
#
for service in apache apache-ssl postfix bind9 courier-authdaemon \
courier-imap courier-imap-ssl courier-pop courier-pop-ssl \
cron proftpd; do
test -x /etc/init.d/$service && invoke-rc.d $service reload || true
test -x /etc/init.d/$service && invoke-rc.d $service restart || true
done
#######################################################################