X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-system.conf.xml;h=dfb180cc54c0dfb9649ca5ee38cdc605bcf6b468;hp=284516d93102c46dc98170e81b8fed6bd9ea0ed4;hb=85a8eeee36b57c1ab382b0225fa9a87525bbeee9;hpb=fa1b91632c5220e6589007af4cd573ca909f915a diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 284516d93..dfb180cc5 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -22,7 +22,8 @@ along with systemd; If not, see . --> - + systemd-system.conf systemd @@ -44,25 +45,39 @@ systemd-system.conf + system.conf.d systemd-user.conf - System and session service manager configuration file + user.conf.d + System and session service manager configuration files /etc/systemd/system.conf + /etc/systemd/system.conf.d/*.conf + /run/systemd/system.conf.d/*.conf + /usr/lib/systemd/system.conf.d/*.conf /etc/systemd/user.conf + /etc/systemd/user.conf.d/*.conf + /run/systemd/user.conf.d/*.conf + /usr/lib/systemd/user.conf.d/*.conf Description - When run as system instance systemd reads the - configuration file system.conf, - otherwise user.conf. These + When run as a system instance, systemd interprets the + configuration file system.conf and the + files in system.conf.d directories; when + run as a user instance, systemd interprets the configuration + file user.conf and the files in + user.conf.d directories. These configuration files contain a few settings controlling basic manager operations. + + + Options