From f3e219a238c716ffa06fab7b0618197c090dfd5a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 7 Jul 2010 01:38:56 +0200 Subject: update man pages for recent changes --- man/systemd.conf.xml | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 man/systemd.conf.xml (limited to 'man/systemd.conf.xml') diff --git a/man/systemd.conf.xml b/man/systemd.conf.xml new file mode 100644 index 0000000000..95a2e5261b --- /dev/null +++ b/man/systemd.conf.xml @@ -0,0 +1,112 @@ + + + + + + + + + systemd.conf + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + systemd.conf + 5 + + + + systemd.conf + systemd manager configuration file + + + + system.conf + session.conf + + + + Description + + When run as system instance systemd reads the + configuration file system.conf, + otherwise session.conf. These + configuration files contain a few settings controlling + basic manager operations. + + + + + Options + + All options are configured in the + [Manager] section: + + + + + LogLevel= + LogTarget= + LogColor= + LogLocation= + DumpCore=yes + CrashShell=no + ShowStatus=yes + CrashChVT=1 + + Configures various + parameters of basic manager + operation. These options may be + overriden by the respective command + line arguments. See + systemd1 + for details about these command line + arguments. + + + + CPUAffinity= + + Configures the initial + CPU affinity for the init + process. Takes a space-seperated list + of CPU indexes. + + + + + + See Also + + systemd1 + + + + -- cgit v1.2.3-54-g00ecf