Tag: service

  • Set automatic httpd daemon start

    This comand set executions permissions to the script and with chkconfig we create a Start link to the rc.d system.
    chmod 755 /etc/init.d/httpd ; chkconfig --add httpd /etc/init.d/httpd start