From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCF37139694 for ; Fri, 12 May 2017 03:01:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AF86E0CC1; Fri, 12 May 2017 03:01:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55FA2E0CC1 for ; Fri, 12 May 2017 03:01:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB78133B864 for ; Fri, 12 May 2017 03:01:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A26CC7439 for ; Fri, 12 May 2017 03:01:23 +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: <1494557731.78e0042eccaf5a5554b195ad391b3ab0b8974cf6.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: man/ X-VCS-Repository: proj/openrc X-VCS-Files: man/rc-status.8 X-VCS-Directories: man/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 78e0042eccaf5a5554b195ad391b3ab0b8974cf6 X-VCS-Branch: master Date: Fri, 12 May 2017 03:01:23 +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: fc271f93-8812-4ce2-bf62-4cfd83a1e518 X-Archives-Hash: fb03ef153566745a406643656b738cbd commit: 78e0042eccaf5a5554b195ad391b3ab0b8974cf6 Author: William Hubbs gmail com> AuthorDate: Fri May 12 02:53:23 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri May 12 02:55:31 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=78e0042e man/rc-status: document changes for supervised daemons rc-status now shows the amount of time a supervised daemon has been active as well as the number of times it has been respawned during the current respawn period. man/rc-status.8 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man/rc-status.8 b/man/rc-status.8 index 3b33df4a..6cf69a59 100644 --- a/man/rc-status.8 +++ b/man/rc-status.8 @@ -25,6 +25,12 @@ in different runlevels. The default behavior is to show information about the current runlevel and any unassigned services that are not stopped, but any runlevel can be quickly examined. .Pp +If an active service is being supervised by +.Xr supervise-daemon 8, +the amount of time the daemon has been active along with the number of +times it has been respawned in the current respawn period will be +displayed. +.Pp The options are as follows: .Bl -tag -width ".Fl test , test string" .It Fl a , -all @@ -57,5 +63,6 @@ dependency order if the dependency tree is available. .Sh SEE ALSO .Xr openrc 8 , .Xr rc-update 8 +.Xr supervise-daemon 8 .Sh AUTHORS .An Roy Marples