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=48690024f46f43acf9cd4b6ebfabe44d41f9227f;hb=e45fc5e738b0b7700e8b4f3c4b25c58a49b44b27;hpb=2928b0a863091f8f291fddb168988711afd389ef diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 48690024f..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 @@ -279,32 +294,6 @@ too. - - StartTimeoutSec= - StartTimeoutAction= - StartTimeoutRebootArgument= - - Configures an over-all - system start-up timeout and controls - what to do when the timeout is - reached. StartTimeoutSec= - specifies the timeout, and defaults to - 15min. StartTimeoutAction= - configures the action to take when the - system did not finish boot-up within - the specified time. It takes the same - values as the per-service - StartLimitAction= - setting, see - systemd.service5 - for details. Defaults to - . StartTimeoutRebootArgument= - configures an optional reboot string - to pass to the - reboot2 - system call. - - DefaultTimerAccuracySec=