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
Recent comments
1 day 2 hours ago
1 day 4 hours ago
1 day 16 hours ago
1 day 19 hours ago
1 day 23 hours ago
2 days 5 hours ago
2 days 15 hours ago
2 days 17 hours ago
3 days 1 hour ago
3 days 2 hours ago