<div dir="ltr">On Fri, Feb 22, 2013 at 12:38 PM, Krys Allen <span dir="ltr"><<a href="mailto:allen.krys@gmail.com" target="_blank">allen.krys@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">kris,<div>very interesting, thanks... any chance I could see the rule you wrote for yours?</div>
<div>thanks,</div><div>-Krys</div></div><div class=""><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote"><br></div></div></div></div>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div><br></div><div class="gmail_extra" style>Sure. Keep in mind I am using the internal card version of the Ceton Infinitv and not the USB version so the rule well differ (a lot).</div><div class="gmail_extra" style>
<br></div><div class="gmail_extra" style>[/code_start]</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style><div class="gmail_extra"><div class="gmail_extra"># MythTV Backend service</div><div class="gmail_extra">
<br></div><div class="gmail_extra">description "MythTV Backend"</div><div class="gmail_extra">author "Mario Limonciello <<a href="mailto:superm1@ubuntu.com">superm1@ubuntu.com</a>>"</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">start on (local-filesystems and net-device-up IFACE!=br0 and ctn91xx-device-added KERNEL=ctn91xx_ctl1 and net-device-added INTERFACE=br0 and started udev-finish)</div>
<div class="gmail_extra">stop on runlevel [016]</div><div class="gmail_extra"><br></div><div class="gmail_extra">kill timeout 10</div><div class="gmail_extra">respawn</div><div class="gmail_extra">respawn limit 2 3600</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">pre-start script</div><div class="gmail_extra"> [ -x /usr/sbin/mysqld ] || exit 0</div><div class="gmail_extra"> for i in `seq 1 30` ; do</div><div class="gmail_extra">
/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping && exit 0</div><div class="gmail_extra"> sleep .5</div><div class="gmail_extra"> done</div><div class="gmail_extra">end script</div><div class="gmail_extra">
<br></div><div class="gmail_extra">script</div><div class="gmail_extra"> test -f /etc/default/locale && . /etc/default/locale || true</div><div class="gmail_extra"> LANG=$LANG exec /usr/bin/mythbackend --syslog local7 --user mythtv</div>
<div class="gmail_extra">end script</div><div><br></div></div><div><br></div><div style>[/code_end}</div><div style><br></div><div style>Hope it helps.</div></div></div>