]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - doc/sysconfig.docb
Create bondX interfaces when ifcfg-bondX is called with ifup and interface doesn...
[projects/rc-scripts.git] / doc / sysconfig.docb
index 50352365fc807224b9cf45b15d9e182bc4ea832f..49065559dd42145dcfd35d036b9e91c62c7877c0 100644 (file)
@@ -3,47 +3,11 @@
     <refname>/etc/sysconfig/</refname>
     <refpurpose>Basic system settings</refpurpose>
   </refnamediv>
-  <refsect1>
-    <title><filename moreinfo="None">/etc/sysconfig/clock</filename></title>
-    <refsect2>
-      <title>Deprecated values from earlier releases:</title>
-      <variablelist>
-       <varlistentry>
-         <term>CLOCKMODE=GMT</term>
-         <listitem><para>indicates that the clock is set to UTC</para></listitem>
-       </varlistentry>
-       <varlistentry>
-         <term>CLOCKMODE=ARC</term>
-         <listitem><para>on alpha only indicates the ARC console's
-             42-year time offset is in effect</para>
-         </listitem>
-       </varlistentry>
-      </variablelist>
-    </refsect2>
-    <refsect2>
-      <title>Currently correct values:</title>
-      <variablelist>
-       <varlistentry>
-         <term>UTC=true</term>
-         <listitem><para>indicates that the clock is set to UTC; anything
-             else indicates that it is set to local time</para>
-         </listitem>
-       </varlistentry>
-       <varlistentry>
-         <term>ARC=true</term>
-         <listitem><para>on alpha only indicates the ARC console's
-             42-year time offset is in effect; otherwise the normal
-             Unix epoch is assumed</para>
-         </listitem>
-       </varlistentry>
-      </variablelist>
-    </refsect2>
-  </refsect1>
   <refsect1>
     <title><filename moreinfo="None">/etc/sysconfig/keyboard</filename></title>
     <variablelist>
       <varlistentry>
-       <term>KEYTABLE=&lt;keytable file></term>
+       <term>KEYTABLE=&lt;keytable file&gt;</term>
        <listitem><para>for example:
            KEYTABLE="/usr/lib/kbd/keytables/us.map"</para>
        </listitem>
@@ -76,7 +40,7 @@
        <listitem><para>IPV6NETWORKING=yes|no</para>
        </listitem>
       </varlistentry>
-      <varlistentry><term>HOSTNAME=$&lt;whatever hostname you want></term>
+      <varlistentry><term>HOSTNAME=$&lt;whatever hostname you want&gt;</term>
        <listitem><note><para> for compatibility with some old software people might
              install (like trn), the /etc/HOSTNAME file should contain the
              same value as here.</para></note>
@@ -96,7 +60,7 @@
       </varlistentry>
 
       <varlistentry>
-       <term>GATEWAY=&lt;gateway IP></term>
+       <term>GATEWAY=&lt;gateway IP&gt;</term>
        <listitem>
     <para>
       </para>
       </varlistentry>
 
       <varlistentry>
-       <term>GATEWAYDEV=&lt;gateway device></term>
+       <term>GATEWAYDEV=&lt;gateway device&gt;</term>
        <listitem>
          <para>
            (e.g. eth0)</para>
     <para>For more informations see iproute2 documentation .</para>
   </refsect1>
 
+  <refsect1>
+    <title><filename>/etc/sysconfig/static-routes6</filename></title>
+    <para>Same as <filename>/etc/sysconfig/static-routes</filename> but
+      for IPv6.</para>
+  </refsect1>
+
   <refsect1>
     <title><filename>/etc/sysconfig/routed</filename></title>
     <simplelist>
       by rc.sysinit at boot time).
     </para>
   </refsect1>
+
+  <refsect1>
+    <title><filename>/etc/sysconfig/\<service\></filename></title>
+    <para>
+      The following are used when starting service.
+    </para>
+      <variablelist>
+        <varlistentry>
+         <term>SERVICE_LIMITS="-u unlimited -c 0"</term>
+         <listitem>
+            <para>
+             System limits for this service.
+            </para>
+         </listitem>
+        </varlistentry>
+        <varlistentry>
+         <term>SERVICE_CPUSET="name"</term>
+         <listitem>
+            <para>
+             CPUSET to run this service in.
+            </para>
+         </listitem>
+        </varlistentry>
+        <varlistentry>
+         <term>SERVICE_UMASK="022"</term>
+         <listitem>
+            <para>
+             File creation mask for this service.
+            </para>
+         </listitem>
+        </varlistentry>
+        <varlistentry>
+         <term>SERVICE_RUN_NICE_LEVEL="0"</term>
+         <listitem>
+            <para>
+             Scheduling priority for this service.
+            </para>
+         </listitem>
+        </varlistentry>
+      </variablelist>
+  </refsect1>
 </refentry>
 
 
 
 
-<!-- to s± informacje dla emacsa -->
+<!-- to są informacje dla emacsa -->
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
This page took 0.075788 seconds and 4 git commands to generate.