From owner-freebsd-questions@FreeBSD.ORG Fri Jan 15 18:56:44 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC42B1065694 for ; Fri, 15 Jan 2010 18:56:44 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: from mail-qy0-f174.google.com (mail-qy0-f174.google.com [209.85.221.174]) by mx1.freebsd.org (Postfix) with ESMTP id 92A5F8FC25 for ; Fri, 15 Jan 2010 18:56:44 +0000 (UTC) Received: by qyk4 with SMTP id 4so661382qyk.7 for ; Fri, 15 Jan 2010 10:56:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=pG4eeuFWAp9DVMLTu41CiSuRPBCdSRRVQr9Jvchw7h0=; b=c/MH1itEdfiQTqynTtbD67Ac2Wzkkh8rHWJT3aB1RJPmTbOdrhiChQhVaoUqGVuCUi /xI7tlI1uboN4xHLqH5tOnY4JQggbZbXXyX+jFu1qqxbvU1TU4WQt5HllwXm9NbB91os ehiBDu/rhsUgNKPPExbzQtZUIv4NZdxBf7600= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=g5IDn3JgQZWueF4Rn2jasXlUwmWddLzLW/bdzZ7klxGfcMT2Qsf2Zw3gHEtyejSD4k 4tPpZdQO0sVwO39G8T7ZDQQoUroG56VcM9QJKWhs0fJpNJV8oxFWHdgbX9ZZsWJ2v3+q NtAMoOReygRPfyyCa0t3SZZiPhyrVVu0uMYWk= MIME-Version: 1.0 Received: by 10.229.119.159 with SMTP id z31mr2228648qcq.49.1263581796972; Fri, 15 Jan 2010 10:56:36 -0800 (PST) In-Reply-To: <4B50B8EF.5080408@FreeBSD.org> References: <560f92641001151046r113b2846kd101e8e5fea8f131@mail.gmail.com> <4B50B8EF.5080408@FreeBSD.org> Date: Fri, 15 Jan 2010 10:56:36 -0800 Message-ID: <560f92641001151056o2b05834v21d270d972abcbe6@mail.gmail.com> From: Nerius Landys To: glarkin@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Mailing List Subject: Re: /etc/rc.d/program nice value X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2010 18:56:45 -0000 > That means you can write this in your /etc/rc.conf file: > > apache22_enable="YES" > apache22_nice="10" > > Hope that helps, Oh yes, that helps a lot. Thanks!