<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: STARTUP SCRIPTS in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/startup-scripts/m-p/3362964#M13677</link>
    <description>You can also add in /etc/rc5.d/ a symbolic link to /etc/init.d/mysqld&lt;BR /&gt;&lt;BR /&gt;/etc/rc5.d/&amp;gt;ln -s /etc/init.d/mysqld S99mysql&lt;BR /&gt;/etc/rc5.d/&amp;gt;ln -s /etc/init.d/httpd S99http&lt;BR /&gt;&lt;BR /&gt;In that directory there are other link to other services and the number after S (start) indicates the order in which the servise start.&lt;BR /&gt;You can also do this in run level 3,if you want.&lt;BR /&gt;&lt;BR /&gt;For stopping than service when you reboot or halt the machine you must add symbolic link in /etc/rc0.d/ e /etc/rc6.d/ whit this command :&lt;BR /&gt;&lt;BR /&gt;/etc/rc0.d/&amp;gt;ln -s /etc/init.d/mysqld K99mysql&lt;BR /&gt;/etc/rc0.d/&amp;gt;ln -s /rtc/init.d/httpd K99http&lt;BR /&gt;&lt;BR /&gt;in same way in /etc/rc6.f/ directory.&lt;BR /&gt;&lt;BR /&gt;Bye,F.&lt;BR /&gt;</description>
    <pubDate>Fri, 27 Aug 2004 09:21:45 GMT</pubDate>
    <dc:creator>Francesco Sarno</dc:creator>
    <dc:date>2004-08-27T09:21:45Z</dc:date>
    <item>
      <title>STARTUP SCRIPTS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/startup-scripts/m-p/3362962#M13675</link>
      <description>Can someone tell me how to make mysql and apache startup automatically at bootup time? I am running @init5</description>
      <pubDate>Mon, 23 Aug 2004 08:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/startup-scripts/m-p/3362962#M13675</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-08-23T08:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: STARTUP SCRIPTS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/startup-scripts/m-p/3362963#M13676</link>
      <description># chkconfig --list&lt;BR /&gt;&lt;BR /&gt;this shows the status of your services at boot time for each run level.&lt;BR /&gt;&lt;BR /&gt;# chkconfig --add httpd&lt;BR /&gt;# chkconfig --add mysql&lt;BR /&gt;&lt;BR /&gt;this adds apache and mysql services (if they weren't show by chkconfig --list)&lt;BR /&gt;&lt;BR /&gt;# chkconfig --level 5 httpd on&lt;BR /&gt;# chkconfig --level 5 mysql on&lt;BR /&gt;&lt;BR /&gt;this starts these services at run level 5.&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio</description>
      <pubDate>Mon, 23 Aug 2004 08:28:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/startup-scripts/m-p/3362963#M13676</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2004-08-23T08:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: STARTUP SCRIPTS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/startup-scripts/m-p/3362964#M13677</link>
      <description>You can also add in /etc/rc5.d/ a symbolic link to /etc/init.d/mysqld&lt;BR /&gt;&lt;BR /&gt;/etc/rc5.d/&amp;gt;ln -s /etc/init.d/mysqld S99mysql&lt;BR /&gt;/etc/rc5.d/&amp;gt;ln -s /etc/init.d/httpd S99http&lt;BR /&gt;&lt;BR /&gt;In that directory there are other link to other services and the number after S (start) indicates the order in which the servise start.&lt;BR /&gt;You can also do this in run level 3,if you want.&lt;BR /&gt;&lt;BR /&gt;For stopping than service when you reboot or halt the machine you must add symbolic link in /etc/rc0.d/ e /etc/rc6.d/ whit this command :&lt;BR /&gt;&lt;BR /&gt;/etc/rc0.d/&amp;gt;ln -s /etc/init.d/mysqld K99mysql&lt;BR /&gt;/etc/rc0.d/&amp;gt;ln -s /rtc/init.d/httpd K99http&lt;BR /&gt;&lt;BR /&gt;in same way in /etc/rc6.f/ directory.&lt;BR /&gt;&lt;BR /&gt;Bye,F.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Aug 2004 09:21:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/startup-scripts/m-p/3362964#M13677</guid>
      <dc:creator>Francesco Sarno</dc:creator>
      <dc:date>2004-08-27T09:21:45Z</dc:date>
    </item>
  </channel>
</rss>

