On Wed, Oct 1, 2014 at 9:33 AM, Colin Booth <[email protected]> wrote:
> > If you're running this on a debian system, judicious use of > `update-rc.d $service disable' will help with dpkg trying to run > things over and over again (such as the dbus case). At least, I've > disabled it across all run levels, shoved it into supervision, and > haven't had any issues. > Part of the project will be to provide some back-compat for SysV init. So, eventually, when apt-get upgrade rolls around, calls to the original init.d scripts will actually trigger 'sv restart $(service)', and services will restart under runit instead of under SysV. But for now, yeah, I'll just shut them all down.
