From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [RFC] Support for pam_limits.so: =?utf-8?B?4oCcc3XigJ0=?= is ignored. Date: Tue, 05 Apr 2016 11:48:36 +0200 Message-ID: <87mvp8v11n.fsf@gnu.org> References: <87bn5tyfrn.fsf@elephly.net> <87io01h9uc.fsf@gnu.org> <874mbkxymn.fsf@elephly.net> <87vb40f4t6.fsf@gnu.org> <87wpofzzgv.fsf@elephly.net> <87egam9xnl.fsf@gnu.org> <87inzwzecd.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anNbG-000356-Mj for guix-devel@gnu.org; Tue, 05 Apr 2016 05:48:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anNbD-0000jz-FV for guix-devel@gnu.org; Tue, 05 Apr 2016 05:48:42 -0400 In-Reply-To: <87inzwzecd.fsf@elephly.net> (Ricardo Wurmus's message of "Tue, 05 Apr 2016 09:47:46 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel Ricardo Wurmus skribis: > Ludovic Court=C3=A8s writes: [...] >> I haven=E2=80=99t checked the feasibility etc., but eventually, maybe it= would >> be best to have Scheme bindings for limits.conf. That way, we could >> write services that extend =E2=80=98limits-service-type=E2=80=99 with ne= w limits or >> something. > > I=E2=80=99m not very familiar with limits.conf (I only copied the realtim= e audio > settings from the JACK website), but it looks like the format is very > simple. We could certainly have something like a =E2=80=9Climits-entry= =E2=80=9D to > specify the limits and a matching service. Sounds good. Ludo=E2=80=99.