use reload instead of force-reload since the latter doesn't seem to
work with apache
This commit is contained in:
parent
7be721c3ff
commit
9245031133
|
@ -207,7 +207,7 @@ fi
|
||||||
for service in apache apache-ssl postfix bind9 courier-authdaemon \
|
for service in apache apache-ssl postfix bind9 courier-authdaemon \
|
||||||
courier-imap courier-imap-ssl courier-pop courier-pop-ssl \
|
courier-imap courier-imap-ssl courier-pop courier-pop-ssl \
|
||||||
cron proftpd; do
|
cron proftpd; do
|
||||||
test -x /etc/init.d/$service && invoke-rc.d $service force-reload || true
|
test -x /etc/init.d/$service && invoke-rc.d $service reload || true
|
||||||
done
|
done
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
Loading…
Reference in New Issue