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 33F28138334 for ; Tue, 5 Jun 2018 22:38:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E329BE09E4; Tue, 5 Jun 2018 22:38:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD02AE09E4 for ; Tue, 5 Jun 2018 22:38:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A03C6335C84 for ; Tue, 5 Jun 2018 22:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 018ED2BE for ; Tue, 5 Jun 2018 22:38:30 +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: <1528238049.e4ddfa38e0e0318abf442b7aa07e0d8206191dd7.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: user-guide.md X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: e4ddfa38e0e0318abf442b7aa07e0d8206191dd7 X-VCS-Branch: master Date: Tue, 5 Jun 2018 22:38:30 +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: 872c6769-978e-4e1b-bcf7-4da8e5389db7 X-Archives-Hash: 6bf9b021aeea4fe4ed33fb840e2f7e1f commit: e4ddfa38e0e0318abf442b7aa07e0d8206191dd7 Author: William Hubbs gmail com> AuthorDate: Tue Jun 5 22:34:09 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Jun 5 22:34:09 2018 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=e4ddfa38 user-guide.md: small cleanups user-guide.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/user-guide.md b/user-guide.md index a3566add..97d938d5 100644 --- a/user-guide.md +++ b/user-guide.md @@ -90,8 +90,8 @@ the service script by hand. FIXME: Document stacked runlevels -The default startup uses the runlevels `boot`, `sysinit` and `default`, in that -order. Shutdown uses the `shutdown` runlevel. +The default startup uses the runlevels `sysinit`, `boot`, and `default`, +in that order. Shutdown uses the `shutdown` runlevel. # The Magic of `conf.d` @@ -162,7 +162,6 @@ stopped, by using: The `rc_cgroup_cleanup` setting can be changed to yes to make this happen automatically when the service is stopped. - # Caching For performance reasons OpenRC keeps a cache of pre-parsed service metadata