<?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: Adding a daemon to a startup script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-daemon-to-a-startup-script/m-p/2616632#M37664</link>
    <description>Hi JOhn:&lt;BR /&gt;&lt;BR /&gt;The most comprehensive paper on this subject can be found here.  It is an "easy read" and covers all aspects of startup/shutdown scripts.&lt;BR /&gt;&lt;BR /&gt;While dated for the 10.x release this white paper applies to 10.x *and* 11.x releases:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/startup.pdf" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/startup.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 19 Nov 2001 13:57:02 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-11-19T13:57:02Z</dc:date>
    <item>
      <title>Adding a daemon to a startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-daemon-to-a-startup-script/m-p/2616629#M37661</link>
      <description>I have a really simple question, but it is something that has been giving me problems.  I need to start a daemon when my 11.0 system starts up.  I am not really sure how to do this.  Any advice would be helpful.  &lt;BR /&gt;Thanks in advance,</description>
      <pubDate>Mon, 19 Nov 2001 13:44:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-daemon-to-a-startup-script/m-p/2616629#M37661</guid>
      <dc:creator>John Booth_1</dc:creator>
      <dc:date>2001-11-19T13:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a daemon to a startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-daemon-to-a-startup-script/m-p/2616630#M37662</link>
      <description>&lt;BR /&gt;You'll find general stuff here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3782-90073/B3782-90073_top.html&amp;amp;con=/hpux/onlinedocs/B3782-90073/00/00/67-con.html&amp;amp;toc=/hpux/onlinedocs/B3782-90073/00/00/67-toc.html&amp;amp;searchterms=hpux%7cstartup%7cscripts&amp;amp;queryid=20011119-055028" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3782-90073/B3782-90073_top.html&amp;amp;con=/hpux/onlinedocs/B3782-90073/00/00/67-con.html&amp;amp;toc=/hpux/onlinedocs/B3782-90073/00/00/67-toc.html&amp;amp;searchterms=hpux%7cstartup%7cscripts&amp;amp;queryid=20011119-055028&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What you have to ask yourself, is when do you want this process to start and what dependencies does it have on other software (basically what sequence should it start and when it should be killed for shutwodn purposes).&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 19 Nov 2001 13:48:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-daemon-to-a-startup-script/m-p/2616630#M37662</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-19T13:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a daemon to a startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-daemon-to-a-startup-script/m-p/2616631#M37663</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;Is this a 3rd-party daemon, or one of your own?  All standard HP daemons, e.g. inetd, xntpd, start via their respective startup scripts (/sbin/init.d/xntpd for example) by simply running the binary - it should fork, disinherit its parent (close all filehandles, etc.), and continue running happily on its own.&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
      <pubDate>Mon, 19 Nov 2001 13:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-daemon-to-a-startup-script/m-p/2616631#M37663</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-11-19T13:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a daemon to a startup script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-daemon-to-a-startup-script/m-p/2616632#M37664</link>
      <description>Hi JOhn:&lt;BR /&gt;&lt;BR /&gt;The most comprehensive paper on this subject can be found here.  It is an "easy read" and covers all aspects of startup/shutdown scripts.&lt;BR /&gt;&lt;BR /&gt;While dated for the 10.x release this white paper applies to 10.x *and* 11.x releases:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/startup.pdf" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/startup.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 19 Nov 2001 13:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-a-daemon-to-a-startup-script/m-p/2616632#M37664</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-11-19T13:57:02Z</dc:date>
    </item>
  </channel>
</rss>

