X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.xml;h=e0e8d37a90ade54c1788838a6cbc0f796db2b9b3;hp=97ef768608c1402205a0d16d6f43469d152cb7e1;hb=820aced6f6067a6b7c57b7d36e44f64378870cbf;hpb=79640424059328268b9fb6c5fa8eb777b27a177e diff --git a/man/systemd.xml b/man/systemd.xml index 97ef76860..e0e8d37a9 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -21,7 +21,8 @@ along with systemd; If not, see . --> - + systemd @@ -74,10 +75,12 @@ telinit8 for more information. - When run as system instance, systemd interprets - the configuration file - system.conf, otherwise - user.conf. See + 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. See systemd-system.conf5 for more information. @@ -88,19 +91,6 @@ The following options are understood: - - - - - Prints a short help - text and exits. - - - - - Prints a systemd version - identifier and exits. - @@ -118,20 +108,6 @@ configuration items understood in unit definition files. - - - - Extract D-Bus - interface introspection data. This is - mostly useful at install time - to generate data suitable for the - D-Bus interfaces - repository. Optionally the interface - name for the introspection data may be - specified. If omitted, the - introspection data for all interfaces - is dumped. - @@ -206,10 +182,8 @@ target. Argument must be one of , , - , , , - , . @@ -217,7 +191,7 @@ Set log level. As argument this accepts a numerical log - level or the well-known syslog3 + level or the well-known syslog3 symbolic names (lowercase): , , @@ -278,6 +252,9 @@ to . + + + @@ -407,7 +384,7 @@ and ordering dependencies are placed between two units. Also note that the majority of dependencies are implicitly created and maintained by systemd. In most - cases it should be unnecessary to declare additional + cases, it should be unnecessary to declare additional dependencies manually, however it is possible to do this. @@ -447,7 +424,7 @@ file system hierarchy (beneath /sys/fs/cgroup/systemd/), or in tools such as - ps1 + ps1 (ps xawf -eo pid,user,cgroup,args is particularly useful to list all processes and the systemd units they belong to.). @@ -494,7 +471,7 @@ /proc. For more information about the concepts and - ideas behind systemd please refer to the Original Design Document. @@ -704,7 +681,7 @@ received the systemd manager will log its complete state in human readable form. The data logged is the same as - printed by systemctl + printed by systemd-analyze dump. @@ -867,26 +844,21 @@ SIGRTMIN+26 SIGRTMIN+27 SIGRTMIN+28 - SIGRTMIN+29 Sets the log level to - journal-or-kmsg - (or console on + journal-or-kmsg (or + console on SIGRTMIN+27, kmsg on - SIGRTMIN+28, - or syslog-or-kmsg - on SIGRTMIN+29), as + SIGRTMIN+28), as controlled via systemd.log_target=journal-or-kmsg - (or systemd.log_target=console - on SIGRTMIN+27, + (or + systemd.log_target=console + on SIGRTMIN+27 or systemd.log_target=kmsg - on SIGRTMIN+28, - or - systemd.log_target=syslog-or-kmsg - on SIGRTMIN+29) on - the kernel command + on SIGRTMIN+28) + on the kernel command line. @@ -1075,14 +1047,20 @@ systemd.show_status= Takes a boolean - argument. If , - shows terse service status updates on - the console during bootup. Defaults to + argument or the constant + auto. If + , shows terse + service status updates on the console + during bootup. + auto behaves like + until a service + fails or there is a significant delay + in boot. Defaults to , unless is passed as kernel command line option in which case it defaults to - . + auto. @@ -1150,15 +1128,18 @@ emergency + -b Boot into emergency mode. This is equivalent to systemd.unit=emergency.target - and provided for compatibility - reasons and to be easier to type. + and provided for compatibility reasons + and to be easier to + type. + rescue single s S @@ -1280,6 +1261,7 @@ See Also + The systemd Homepage, systemd-system.conf5, locale.conf5, systemctl1, @@ -1289,9 +1271,9 @@ sd-daemon3, systemd.unit5, systemd.special5, - pkg-config1, + pkg-config1, kernel-command-line7, - bootup7, + bootup7, systemd.directives7