Starting bumblebeed as an upstart service on system boot

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
delentef

Starting bumblebeed as an upstart service on system boot

Post 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
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
eggplant37
Level 1
Level 1
Posts: 3
Joined: Thu Mar 28, 2013 12:42 pm

Re: Starting bumblebeed as an upstart service on system boot

Post 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.
Locked

Return to “Installation & Boot”