diff --git a/distros/debian8/zoneminder.postinst b/distros/debian8/zoneminder.postinst index b67fffd2d..a8f72964c 100644 --- a/distros/debian8/zoneminder.postinst +++ b/distros/debian8/zoneminder.postinst @@ -61,7 +61,7 @@ if [ "$1" = "configure" ]; then fi apache_install $1 if [ -f /etc/init.d/apache2 ] ; then - invoke-rc.d reload 3>/dev/null || true + invoke-rc.d apache2 reload 3>/dev/null || true fi fi #DEBHELPER#