From Fedora Project Wiki
(Created page with '== Name == systemd.conf — systemd manager configuration file == Synopsis == <pre> system.conf </pre> <pre> session.conf </pre> == Description == When run as system instanc...')
 
 
Line 16: Line 16:
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.
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
== Options ==


All options are configured in the [Manager] section:
All options are configured in the [Manager] section:

Latest revision as of 15:36, 22 July 2010

Name

systemd.conf — systemd manager configuration file

Synopsis

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 systemd(1) 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

systemd(1)