From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5BAB5138CCE for ; Fri, 8 May 2015 17:33:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DA80E07DA; Fri, 8 May 2015 17:33:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AFC7E07DA for ; Fri, 8 May 2015 17:33:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7CA03409C2 for ; Fri, 8 May 2015 17:33:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 803E59A3 for ; Fri, 8 May 2015 17:33:32 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1431106166.0198affc742297b6e203bbcecc14436682119cc7.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: etc/ X-VCS-Repository: proj/openrc X-VCS-Files: etc/rc.conf.in X-VCS-Directories: etc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 0198affc742297b6e203bbcecc14436682119cc7 X-VCS-Branch: master Date: Fri, 8 May 2015 17:33:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cedcf618-99ef-4912-b51a-3503f8facdb0 X-Archives-Hash: 04b89bd7a578a742895ccb6c1c22fe08 commit: 0198affc742297b6e203bbcecc14436682119cc7 Author: William Hubbs gmail com> AuthorDate: Fri May 8 17:29:26 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri May 8 17:29:26 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=0198affc The rc_supervisor variable is a service configuration variable This variable should not be changed globally unless you really know what you are doing. etc/rc.conf.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/rc.conf.in b/etc/rc.conf.in index b16aaff..7fcdfe8 100644 --- a/etc/rc.conf.in +++ b/etc/rc.conf.in @@ -77,12 +77,6 @@ #rc_crashed_stop=NO #rc_crashed_start=YES -# Set rc_supervisor to use a program to monitor your daemons and restart -# them when they crash. -# Leaving this undefined uses start-stop-daemon, which is OpenRC's -# default. -#rc_supervisor="" - # Set rc_nocolor to yes if you do not want colors displayed in OpenRC # output. #rc_nocolor=NO @@ -117,6 +111,12 @@ # file, those characters should be replaced with underscores in the # variable names as shown below. +# Set rc_supervisor to use a program to monitor your daemons and restart +# them when they crash. +# Leaving this undefined uses start-stop-daemon, which is OpenRC's +# default. +#rc_supervisor="" + # Some daemons are started and stopped via start-stop-daemon. # We can set some things on a per service basis, like the nicelevel. #SSD_NICELEVEL="-19"