From af2d49f70bcff20efaf2d69aecaf4b3e898ff1fa Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 15 Nov 2010 22:12:41 +0100 Subject: drop support for MANAGER_SESSION, introduce MANAGER_USER instead --- man/systemd.conf.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'man/systemd.conf.xml') diff --git a/man/systemd.conf.xml b/man/systemd.conf.xml index 399cae0a6c..6759f97814 100644 --- a/man/systemd.conf.xml +++ b/man/systemd.conf.xml @@ -49,7 +49,7 @@ system.conf - session.conf + user.conf @@ -57,7 +57,7 @@ When run as system instance systemd reads the configuration file system.conf, - otherwise session.conf. These + otherwise user.conf. These configuration files contain a few settings controlling basic manager operations. @@ -79,6 +79,7 @@ DumpCore=yes CrashShell=no ShowStatus=yes + SysVConsole=yes CrashChVT=1 Configures various @@ -99,6 +100,18 @@ process. Takes a space-separated list of CPU indexes. + + + MountAuto=yes + SwapAuto=yes + + Configures whether + systemd should automatically activate + all swap or mounts listed in + /etc/fstab, or + whether this job is left to some other + system script. + -- cgit v1.2.3-54-g00ecf