Please checkout the post: http://ubuntuforums.org/showthread.php?t=1144800 with 
additional information, especially of user digitalsushi. The post with more 
information:
We have a similar issue. On Ubuntu 9.04 and Kubuntu 9.04, we have an init.d 
script called from runlevel 2 for auto-start. We noticed that it doesn't run 
after the system is loaded. We replaced our service with a script that does 
nothing but report when signals are received. We learned that something 
(probably the parent process) sends a SIGHUP and then a SIGTERM to our program. 
We're not sure what it is. A workaround solution is to prefix your service with 
a "nohup" command (inside your init.d script, not of the script itself). If 
you're unfamiliar with nohup, it simply intercepts any SIGHUP signals sent by a 
parent and shields them from reaching your program. In our case, it allows our 
service to work in Ubuntu 9.04.

If anyone knows why the service is being sent these signals, we'd love
to learn more. Thanks.

-- 
custom services do not start in auto after upgrade to 9.04
https://bugs.launchpad.net/bugs/372633
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to