X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.xml;h=5a4c4ab9c5ca682ad0054a0772e181d10ecc0e1c;hb=1f16b4a6c496288aa62dc2ac973f88ca6c801b5d;hp=c6c06e57e9fd1ebcc5938ecd2e8eae2199196a53;hpb=af2d49f70bcff20efaf2d69aecaf4b3e898ff1fa;p=elogind.git diff --git a/man/systemd.xml b/man/systemd.xml index c6c06e57e..5a4c4ab9c 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -250,6 +250,29 @@ it defaults to . + + + + + Sets the default + output resp. error output for all + services and sockets, i.e. controls + the default for + + resp. + (see + systemd.exec5 + for details). Takes one of + , + , + , + , + , + , + . If the + argument is omitted it defaults to + . + @@ -720,6 +743,63 @@ systemctl start reboot.target. + + + SIGRTMIN+6 + + Reboots the machine via kexec, + starts the + kexec.target + unit. This is mostly equivalent to + systemctl start + kexec.target. + + + + SIGRTMIN+13 + + Immediately halts the machine. + + + + SIGRTMIN+14 + + Immediately powers off the machine. + + + + SIGRTMIN+15 + + Immediately reboots the machine. + + + + SIGRTMIN+16 + + Immediately reboots the machine with kexec. + + + + SIGRTMIN+20 + + Enables display of + status messages on the console, as + controlled via + systemd.show_status=1 + on the kernel command + line. + + + + SIGRTMIN+21 + + Disables display of + status messages on the console, as + controlled via + systemd.show_status=0 + on the kernel command + line. + @@ -924,6 +1004,18 @@ environment variables described above. + + systemd.default_standard_output= + systemd.default_standard_error= + Controls default + standard output/error output for + services, with the same effect as the + + resp. + command line arguments described + above. + + @@ -932,7 +1024,7 @@ - @/org/freedesktop/systemd1/notify + /var/run/systemd/notify Daemon status notification socket. This is an AF_UNIX @@ -945,7 +1037,7 @@ - @/org/freedesktop/systemd1/logger + /var/run/systemd/logger Used internally by the systemd-logger.service @@ -958,7 +1050,7 @@ - @/org/freedesktop/systemd1/shutdown + /var/run/systemd/shutdownd Used internally by the shutdown8 @@ -969,7 +1061,7 @@ - @/org/freedesktop/systemd1/private + /var/run/systemd/private Used internally as communication channel between