You could modify /etc/init.d/ispconfig_server. Change
Code:
case "$1" in
start)
echo "Starting ISPConfig system..."
{INITDIR}/mysqld start &> /dev/null
{INITDIR}/mysql start &> /dev/null
sleep 3
/root/ispconfig/httpd/bin/apachectl startssl
/root/ispconfig/sv/ispconfig_wconf &> /dev/null &
/root/ispconfig/php/php -q /root/ispconfig/scripts/shell/firewall.php
to
Code:
case "$1" in
start)
echo "Starting ISPConfig system..."
{INITDIR}/mysqld start &> /dev/null
{INITDIR}/mysql start &> /dev/null
sleep 3
/root/ispconfig/httpd/bin/apachectl startssl
/root/ispconfig/sv/ispconfig_wconf &> /dev/null &
mkdir -p /var/lock/subsys
/root/ispconfig/php/php -q /root/ispconfig/scripts/shell/firewall.php