Hi guys,<div><br></div><div>We have an /etc/init.d/ script that basicly starts / kills a tcl script.</div><div>This tcl script has some dependencies:</div><div>* The networking interfaces must be up</div><div>* Samba must be started and the remote-filesystems must be mounted</div>
<div>* (optional) the (4) installed dvb cards must be found.</div><div><br></div><div>currently we've created an upstart job like this:</div><div><div><br></div><div>start on (startup</div><div> and remote-filesystems</div>
<div> and started network-manager)</div><div><br></div><div>respawn</div><div><br></div><div>console output</div><div><br></div><div>exec /home/blablabla/startRPC.sh</div><div><br></div></div><div><br></div><div>
Currently we can start and stop the service with initctl start myservice and initctl stop myservice.</div><div><br></div><div>The problem is that the service does not start when booting the machine.</div><div><br></div><div>
Kind regards,</div><div>Vincent</div>