<div>Sorry to be so lame as to reply to my own post, but I've since discovered that adding the following to the init script solved my problem:</div>
<div>&nbsp;</div>
<div>start code--&gt;</div>
<div>if [ -e /etc/osso-af-init/af-defines.sh ]<br>then<br>&nbsp; source /etc/osso-af-init/af-defines.sh<br>else<br>&nbsp; echo &quot;/etc/osso-af-init/af-defines.sh not found!&quot;<br>&nbsp; exit 1<br>fi</div>
<p>for i in /etc/osso-af-init/*.defs<br>do<br>&nbsp; source $i<br>done</p>
<p>set -e<br></p>
<div>&lt;--- end code<br>&nbsp;</div>
<div>Is this reasonable?</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>&nbsp;</div>
<div>Brad.<br>&nbsp;</div>
<div><span class="gmail_quote">On 7/30/06, <b class="gmail_sendername">Brad Burleson</b> &lt;<a href="mailto:bradb667@gmail.com">bradb667@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div>Hey all-</div>
<div>&nbsp;</div>
<div>I'm trying to write a <span class="st" id="st" name="st">daemon</span> that monitors some D-Bus messages.&nbsp; Everything is working great _except_ the init script doesn't seem to run at boot.&nbsp; If I open an xterm, login as root, and run it manually, it starts and stays running. 
</div>
<div>&nbsp;</div>
<div>This application has no GUI so I didn't create a desktop file, but just in case I've setup a service file and install it.</div>
<div>&nbsp;</div>
<div>It seems something is different in the environment of the xterm compared to the environment during boot.</div>
<div>&nbsp;</div>
<div>Can anyone share any ideas?</div>
<div>&nbsp;</div>
<div>Also, any thoughts to how deamons should log?&nbsp; I see syslog isn't setup.&nbsp; </div>
<div>&nbsp;</div>
<div>Thanks,</div></div>
<div><span class="sg">
<div>&nbsp;</div>
<div>Brad.</div></span></div></blockquote></div><br>