commit: 84ec3e63dfe7ab371f5974a0c389e37be39434e8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 21 04:06:27 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Apr 7 17:28:15 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=84ec3e63
tasks-reference/init-scripts: add reference to OpenRC documentation Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> tasks-reference/init-scripts/text.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks-reference/init-scripts/text.xml b/tasks-reference/init-scripts/text.xml index e76670c..17f509c 100644 --- a/tasks-reference/init-scripts/text.xml +++ b/tasks-reference/init-scripts/text.xml @@ -16,7 +16,9 @@ should be handled via entries in <c>/etc/conf.d</c> with the same filename <d /> <p> An overview of the Gentoo init system and how to write init scripts is available in the <uri link="https://wiki.gentoo.org/wiki/Handbook:X86/Working/Initscripts#Writing_initscripts"> -Writing Init Scripts section</uri>. +Writing Init Scripts section</uri> and in the +<uri link="https://github.com/OpenRC/openrc/blob/master/service-script-guide.md"> +OpenRC documentation</uri>. </p> </body>
