<?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: how to lunch program at boot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-lunch-program-at-boot/m-p/2965786#M119375</link>
    <description>In summary, you're correct.&lt;BR /&gt;&lt;BR /&gt;You may need to create a start/stop script in /sbin./init.d&lt;BR /&gt;&lt;BR /&gt;You can copy /sbin/init.d/template to a new name if your spam assasin didn't come with a script.&lt;BR /&gt;&lt;BR /&gt;Then you create a symbolic link at the run level you want to start the script in the proper directory.&lt;BR /&gt;&lt;BR /&gt;Example, run level three startup, name of the start script is /sbin/init.d/spamassasin&lt;BR /&gt;&lt;BR /&gt;cd /sbin/rc3.d&lt;BR /&gt;ln -s /sbin/init.d/spamassasin S800spamkill&lt;BR /&gt;cd /sbin/rc2.d&lt;BR /&gt;ln -s /sbin/init.d/spamassasin K200spamkill&lt;BR /&gt;&lt;BR /&gt;The S guy starts it&lt;BR /&gt;The K guy kills it.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 05 May 2003 14:18:29 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-05-05T14:18:29Z</dc:date>
    <item>
      <title>how to lunch program at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-lunch-program-at-boot/m-p/2965783#M119372</link>
      <description>Hello,&lt;BR /&gt;I installed SpamAssassin on my HP-UX mail server (sendmail) and I have to start the spamd daemon automatically at boot...&lt;BR /&gt;I don't very well know HP-UX but I think it takes place in :&lt;BR /&gt;/sbin/init.d&lt;BR /&gt;Is that right ?&lt;BR /&gt;May I do a symbolic link to the binary spamd on that dircetory ?&lt;BR /&gt;Thank's in advance for your response.</description>
      <pubDate>Mon, 05 May 2003 13:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-lunch-program-at-boot/m-p/2965783#M119372</guid>
      <dc:creator>ballans</dc:creator>
      <dc:date>2003-05-05T13:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to lunch program at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-lunch-program-at-boot/m-p/2965784#M119373</link>
      <description>See my reply in this thread (and others as well)..&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x513f35a43b46d71190080090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x513f35a43b46d71190080090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;.. that should answer all your questions.</description>
      <pubDate>Mon, 05 May 2003 13:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-lunch-program-at-boot/m-p/2965784#M119373</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-05-05T13:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to lunch program at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-lunch-program-at-boot/m-p/2965785#M119374</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;A quick description of the 'rc' (run control) script mechanism is described in the man pages for 'rc(1M)'.&lt;BR /&gt;&lt;BR /&gt;An excellent, more detailed description of the startup mechanism and user-requirements can be found in this whitepaper (written at 10.0 but still appliciable at for all 11x versions:&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, 05 May 2003 13:49:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-lunch-program-at-boot/m-p/2965785#M119374</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-05-05T13:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to lunch program at boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-lunch-program-at-boot/m-p/2965786#M119375</link>
      <description>In summary, you're correct.&lt;BR /&gt;&lt;BR /&gt;You may need to create a start/stop script in /sbin./init.d&lt;BR /&gt;&lt;BR /&gt;You can copy /sbin/init.d/template to a new name if your spam assasin didn't come with a script.&lt;BR /&gt;&lt;BR /&gt;Then you create a symbolic link at the run level you want to start the script in the proper directory.&lt;BR /&gt;&lt;BR /&gt;Example, run level three startup, name of the start script is /sbin/init.d/spamassasin&lt;BR /&gt;&lt;BR /&gt;cd /sbin/rc3.d&lt;BR /&gt;ln -s /sbin/init.d/spamassasin S800spamkill&lt;BR /&gt;cd /sbin/rc2.d&lt;BR /&gt;ln -s /sbin/init.d/spamassasin K200spamkill&lt;BR /&gt;&lt;BR /&gt;The S guy starts it&lt;BR /&gt;The K guy kills it.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 May 2003 14:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-lunch-program-at-boot/m-p/2965786#M119375</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-05T14:18:29Z</dc:date>
    </item>
  </channel>
</rss>

