From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SUZnz-0006kY-Us for garchives@archives.gentoo.org; Wed, 16 May 2012 08:42:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EC8FE07E0; Wed, 16 May 2012 08:41:40 +0000 (UTC) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id F03F4E0798 for ; Wed, 16 May 2012 08:40:10 +0000 (UTC) Received: by bkcjk13 with SMTP id jk13so392293bkc.40 for ; Wed, 16 May 2012 01:40:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=RdM8yep4aOqt71dcFIe6myK6cIlbALIwoatU8KXYiZU=; b=HIS0cZDjLeVrtwNPxsRx2mQM4HClG4ROq3h4ZzsP2zcxBEwv3cN2JucwF7prRyB30p IUoo1eGABZOCRquKY2coOxvXta8vgthd2sgjFeramommMPqN/LuI2FKwUUJyVNkx1piD ZdrfQ0tDIy4kHZaG7gkW2r1xZC5xLCrGRfX2CoDqVBbeppIODA0OOI4fW4SZcQOhf3JD 35m0ucYhxhZCTmQF71nevEVlaxWcRwZZt6/oTu+Wc0seXxZlhZJcIO0Z3ifGmf32/Xhe C3W50RjZhM0UfPmHNcCtWDetON/USHlR5jYL92c45ODb+UmWjWWdztTJrcElOLg3wXdJ eDmg== Received: by 10.204.150.92 with SMTP id x28mr808177bkv.61.1337157610044; Wed, 16 May 2012 01:40:10 -0700 (PDT) Received: from [172.21.36.94] (global-1-83.nat.csx.cam.ac.uk. [131.111.184.83]) by mx.google.com with ESMTPS id h18sm3101872bkh.8.2012.05.16.01.40.08 (version=SSLv3 cipher=OTHER); Wed, 16 May 2012 01:40:09 -0700 (PDT) Message-ID: <4FB367FA.2050705@gmail.com> Date: Wed, 16 May 2012 09:40:26 +0100 From: Ignas Anikevicius User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120506 Thunderbird/12.0.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Runlevels, ordering initscripts and running them in background Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 780bebe7-8f0e-4788-8907-b095ddffa5ad X-Archives-Hash: 1f3097a2f5c6ed8d8f7bc278bf932e2d Hello everybody, I was wondering if the following is possible: - Add a lot of daemons to a newly created runlevel post-default - Switch to it after the xdm is started (or after some time) I want to do this, so that I do not have to wait while non-crucial services are being started (e.g. fcron, bitlbee, ntpd to name a few). Maybe it is possible to somehow prioritize the initscripts? Another related question is that I come from Arch and there I could just give the *order* of the daemons/initscripts to start and some of them could be started and 'in background'. Is it possible to do that with openrc? I saw the rc_parallel option in rc.conf, but I do not know, whether I need anything else. Thanks for help, Ignas A.