diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-26 03:23:39 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-26 03:23:39 +0300 |
commit | 374252a55c14f92aaed73b3917ed783bf2762911 (patch) | |
tree | 5117e1db656639a01d392da07cae6b1a2150cd55 /src/docs/Init-System.html | |
parent | a25685ba1f185ad4c2bb858a8e2472dfc17d7c26 (diff) | |
download | website-374252a55c14f92aaed73b3917ed783bf2762911.tar.gz |
docs: update
Diffstat (limited to 'src/docs/Init-System.html')
-rw-r--r-- | src/docs/Init-System.html | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/src/docs/Init-System.html b/src/docs/Init-System.html index fac32cd..3d23ab0 100644 --- a/src/docs/Init-System.html +++ b/src/docs/Init-System.html @@ -7,7 +7,8 @@ under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free -Documentation License." --> +Documentation License." + --> <!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> @@ -22,7 +23,7 @@ Documentation License." --> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="index.html" rel="up" title="Top"> <link href="Configuring-Init.html" rel="next" title="Configuring Init"> -<link href="Setting-up-an-rsync-repository-for-distribution.html" rel="prev" title="Setting up an rsync repository for distribution"> +<link href="KISS-repositories.html" rel="prev" title="KISS repositories"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} @@ -48,29 +49,25 @@ ul.no-bullet {list-style: none} <body lang="en"> <span id="Init-System"></span><div class="header"> <p> -Next: <a href="Contribution-Guidelines.html" accesskey="n" rel="next">Contribution Guidelines</a>, Previous: <a href="Package-Manager.html" accesskey="p" rel="prev">Package Manager</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> +Next: <a href="Contribution-Guidelines.html" accesskey="n" rel="next">Contribution Guidelines</a>, Previous: <a href="Installation.html" accesskey="p" rel="prev">Installation</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> -<span id="Init-System-1"></span><h2 class="chapter">3 Init System</h2> +<span id="Init-System-1"></span><h2 class="chapter">2 Init System</h2> -<p>Carbs Linux init scripts are run by the init daemon (<code>busybox</code> by default) -on boot and shutdown processes. It also provides its own halting program named +<p>Carbs Linux init scripts are run by the init daemon (‘<samp>busybox</samp>’ by default) on +boot and shutdown processes. It also provides its own halting program named shalt. This provides a portable method that doesn’t rely on non-POSIX external programs. </p> <table class="menu" border="0" cellspacing="0"> <tr><td align="left" valign="top">• <a href="Configuring-Init.html" accesskey="1">Configuring Init</a></td><td> </td><td align="left" valign="top">Ways to configure the init system </td></tr> -<tr><td align="left" valign="top">• <a href="Init-Hooks.html" accesskey="2">Init Hooks</a></td><td> </td><td align="left" valign="top">Adding your personal commands to the init system -</td></tr> -<tr><td align="left" valign="top">• <a href="Changing-Init-Program.html" accesskey="3">Changing Init Program</a></td><td> </td><td align="left" valign="top">Replacing the default busybox init with something new +<tr><td align="left" valign="top">• <a href="Changing-Init-Program.html" accesskey="2">Changing Init Program</a></td><td> </td><td align="left" valign="top">Replace the default busybox init with something new </td></tr> </table> - - </body> </html> |