[Bug 1274456] Re: BOINC is always suspended, if set to work when IDLE
Jussi
1274456 at bugs.launchpad.net
Thu Feb 6 11:36:48 UTC 2014
Yes, sleep commands are ignored. And in fact init scripts are read in
strict order and thus probably not executed parallel. I made boinc's init
script to start last, but it starts apparently still too soon.
So, how about writing UpStart script for Linux desktops?
http://buddylindsey.com/getting-started-with-and-understanding-upstart-scripts-on-ubuntu/
http://geeknme.wordpress.com/2009/10/15/getting-started-with-upstart-in-ubuntu/
http://upstart.ubuntu.com/cookbook/
Maybe we could make boinc start when xserver lays lock file? IE boinc would
start when /tmp/.X11-unix/X0 would appear.
Better ideas?
This would happen with line:
start on file FILE=/tmp/.X11-unix/X0 EVENT=create
UpStart scripts are in /etc/init/*.conf.
--
You received this bug notification because you are a member of Debian
BOINC Maintainers, which is subscribed to boinc in Ubuntu.
https://bugs.launchpad.net/bugs/1274456
Title:
BOINC is always suspended, if set to work when IDLE
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/1274456/+subscriptions
More information about the pkg-boinc-devel
mailing list