summaryrefslogtreecommitdiff
path: root/doc/design/index.html
blob: 42e8a7d756d2763cf1e281a0c58f8e2ce9c16171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="the s6 ecosystem: the s6-rc service manager">
    <meta name="keywords" content="s6-rc service manager engine management dependencies unix administration root laurent bercot ska skarnet supervision init system boot service systemd alternative" />
    <title>the s6 ecosystem: the s6-rc service manager</title>
    <link rel="stylesheet" href="/css/pure/pure-min.css">
    <!-- <link rel="stylesheet" href="https://unpkg.com/purecss@2.0.5/build/pure-min.css" integrity="sha384-G9DpmGxRIF6tpgbrkZVcZDeIomEU22LgTguPAI739bbKytjPE/kHTK5YxjJAAEXC" crossorigin="anonymous"> -->
    <link rel="stylesheet" href="/layouts/side-menu/styles.css">
</head>
<body>

<div id="layout">
  <!-- Menu toggle -->
  <a href="#menu" id="menuLink" class="menu-link">
    <!-- Hamburger icon -->
    <span></span>
  </a>

  <div id="menu">
    <div class="pure-menu">
      <a class="pure-menu-heading" style="text-transform:none;" href="/">skarnet.com</a>
      <ul class="pure-menu-list">
        <li class="pure-menu-item"> <a href="/" class="pure-menu-link">Home</a> </li>
        <li class="pure-menu-item"> <a href="/projects/" class="pure-menu-link">Projects</a> </li>
        <li class="pure-menu-item"> <a href="/contact/" class="pure-menu-link">Contact</a> </li>
        <li class="pure-menu-item"> <a href="//skarnet.org/" class="pure-menu-link">skarnet.org</a> </li>
      </ul>
    </div>
  </div>

  <div id="main">
    <div class="header">
      <h1> s6-rc </h1>
        <h2> A powerful and reliable service management engine </h2>
    </div>

    <div class="content">

      <p>
      </p>

      <h2 class="content-subhead" id="toc"> Table of contents </h2>

      <ul>
        <li> <a href="#toc">Table of contents</a> </li>
        <li> <a href="#concepts">Service management concepts</a> </li>
        <li> <a href="#programs">s6-rc programs and their roles</a> </li>
      </ul>

      <h2 class="content-subhead" id="concepts"> Service management concepts </h2>

      <p>
        <a href="concepts.html">This page</a> explains a few essential concepts
        taking part in the design of the s6-rc service manager.
      </p>

    </div>
  </div>
</div>

<script src="/js/ui.js"></script>
</body>
</html>