]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - doc/sysconfig.txt
fix RC_LOGGING=no daemon --makepid --fork write proper pidfile
[projects/rc-scripts.git] / doc / sysconfig.txt
index c8b3f784765f330771559b71680c39b9658c5dca..635d0545f3988733304a91ad3c7cc40b012b7831 100644 (file)
@@ -1,24 +1,12 @@
-$Id: sysconfig.txt,v 1.10 2002/12/17 14:01:07 baggins Exp $
-
 Files in /etc/sysconfig
 =======================
 
-/etc/sysconfig/clock:
-
-  deprecated values from earlier releases:
-
-    CLOCKMODE=GMT indicates that the clock is set to UTC
-    CLOCKMODE=ARC on alpha only indicates the ARC console's
-      42-year time offset is in effect
-
-  currently correct values:
-
-    UTC=true indicates that the clock is set to UTC; anything
-      else indicates that it is set to local time
-    ARC=true on alpha only indicates the ARC console's
-      42-year time offset is in effect; otherwise the normal
-      Unix epoch is assumed
+/etc/sysconfig/system:
 
+  AUTOSWAP=yes|no
+     Set to 'yes' to enable automatic swapon of all partitions with
+     the proper swap magic. This allows setting up swap without editing
+     /etc/fstab.
 
 /etc/sysconfig/keyboard:
 
@@ -78,7 +66,7 @@ Files in /etc/sysconfig
 
   <device> may be a device name to have the route brought up and
   down with the device, or "any" to have the correct devices calculated
-  at run time. [type] is optional. RH style isn't supported !
+  at run time. [type] is optional. RH style isn't supported!
 
   Also you can set few options after "<gateway>":
     tos <tos>
@@ -94,7 +82,11 @@ Files in /etc/sysconfig
     protocol <rtproto>
     onlink
     equalize
-  For more informations see iproute2 documentation .
+  For more informations see iproute2 documentation.
+
+/etc/sysconfig/static-routes6:
+
+  Same as /etc/sysconfig/static-routes but for IPv6.
 
 /etc/sysconfig/routed:
 
@@ -176,12 +168,17 @@ Files in /etc/sysconfig
 
 /etc/sysconfig/i18n
 
-  LANG= can be any two letter ISO language code
-  LC_ALL= is the setting of the localedata configuration (eg fr_CA)
-  LINGUAS= can be a : separated list of language codes
+  LANG= is the default setting of localedata configuration
+    (ISO-639-1 language code with ISO-3166-1 country code and optional
+     variant and/or encoding, eg. fr_CA, fr_CA.UTF-8);
+  LC_CTYPE=, LC_COLLATE=, LC_MESSAGES=, LC_NUMERIC=, LC_MONETARY=, LC_TIME=
+    are the individual category settings
+  LC_ALL= overrides all of the above LC_*
+  LANGUAGE= can be a : separated list of language codes
+    see locale(7) for details
   SYSTERM= use to set default TERM environment variable
 
-  The above three variables are used in rc.sysinit.
+  The above variables are used in rc.sysinit.
 
   SYSFONT= any font that is legal when used as
        /usr/sbin/setfont $SYSFONT ...
@@ -192,3 +189,19 @@ Files in /etc/sysconfig
 
   The above is used by the /sbin/setsysfont command (which is run
   by rc.sysinit at boot time).
+
+/etc/sysconfig/<service>
+
+  The following are used when starting service.
+
+  SERVICE_LIMITS="-u unlimited -c 0"
+    System limits for this service.
+
+  SERVICE_CPUSET="name"
+    CPUSET to run this service in.
+
+  SERVICE_UMASK="022"
+    File creation mask for this service.
+
+  SERVICE_RUN_NICE_LEVEL="0"
+    Scheduling priority for this service.
This page took 0.070593 seconds and 4 git commands to generate.