On 11/12/2011 07:01 PM, Jérôme wrote: > It seems that the boinc client still be launched at early steps : > ---------- > j@lu64:~$ lsb_release -a > No LSB modules are available. > Distributor ID: Ubuntu > Description: Ubuntu 11.10 > Release: 11.10 > Codename: oneiric > j@lu64:~$ ls /etc/rc5.d/ > README S20virtualbox-guest-utils S99grub-common S99rc.local > S20boinc-client S75sudo S99ondemand > j@lu64:~$ > ---------- > > Maybe a 'S98boinc-client' link name would be more efficient.
Correct me if I am wrong (well, you will correct me, I have little doubt), but those link names I understand to be set at install time, not by the package. $ head -13 debian/*boinc*init #! /bin/sh ### BEGIN INIT INFO # Provides: boinc # Required-Start: $all # Required-Stop: $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: BOINC core client # Description: core client for the BOINC distributed computing # infrastructure ### END INIT INFO While looking at this ... we do not need boinc to start on 2 and 3, right? And should we possibly stop at 2 ? Cheers, Steffen -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/820246 Title: boinc-client service should start after gdm To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/820246/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
