Adding Apache2 to the reload services part

This commit is contained in:
Axel ROGER 2012-08-27 12:36:47 +00:00
parent a2a47ead7d
commit f2349194e6
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ run-parts --arg=before-reload /usr/lib/alternc/install.d
#######################################################################
# Reload services
#
for service in postfix bind9 dovecot cron proftpd; do
for service in postfix bind9 apache2 dovecot cron proftpd; do
invoke-rc.d $service force-reload || true
done