Page 1 of 1

Starting bumblebeed as an upstart service on system boot

Posted: Sat Mar 09, 2013 12:22 pm
by delentef
Hello.

I need bumblebeed to be started when my system boots up.

I added the S20bumblebeed symlink in /etc/rc2.d/, it points to ../init.d/bumblebeed, but bumblebeed doesn't start.

What is the correct way to do it?

Thanks.

--
F. Delente

Re: Starting bumblebeed as an upstart service on system boot

Posted: Thu Mar 28, 2013 12:48 pm
by eggplant37
I asked myself this very question today and I think I have it solved, at least for now. Bumblebeed is an upstart service, so when looking to edit the startup script for it, you'll need to edit the following line in /etc/init/bumblebeed.conf (original line prefaced w/ #):

# start on (login-session-start or desktop-session-start)
start on runlevel [2345]

From there, reboot and enjoy. I looked to see if it would be easier to have bumblebeed start dependent upon some other xorg-related service, but I could find nothing. I've also had similar problems with mdm and getting x11vnc to upstart off it. What I'd love to see is mdm reworked to emit upstart events similar to those emitted by lightdm. This isn't a problem with lightdm as default login manager.