X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemctl.xml;h=cdf4f5cd2901587a4f6c7cee4ff9298848f0af7d;hp=2fa448874b279baee35a91a15725dce470a641e7;hb=59cddb23385b583ae8a9db9d2b10e211ab48495e;hpb=ef1de59b5e1d509cf3c619bd2c4975009aba1dd6 diff --git a/man/systemctl.xml b/man/systemctl.xml index 2fa448874..cdf4f5cd2 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -76,6 +76,13 @@ text and exits. + + + + Prints a short version + string and exits. + + @@ -781,16 +788,6 @@ configuration will stay accessible. - - daemon-exit - - Ask the systemd - manager to quit. This is only - supported for session managers - (i.e. in conjunction with the - option) and - will fail otherwise. - show-environment @@ -823,7 +820,34 @@ is only removed if it has the specified value. + + default + + Enter default + mode. This is mostly equivalent to + start + default.target. + + + rescue + + Enter rescue + mode. This is mostly equivalent to + isolate + rescue.target but also + prints a wall message to all + users. + + + emergency + Enter emergency + mode. This is mostly equivalent to + isolate + emergency.target but also + prints a wall message to all + users. + halt @@ -831,7 +855,14 @@ system. This is mostly equivalent to start halt.target but also prints a wall message to all - users. + users. If + combined with + shutdown of all running services is + skipped, however all processes killed + and all file systems unmounted or + mounted read-only, immediately + followed by the + system halt. poweroff @@ -841,7 +872,14 @@ equivalent to start poweroff.target but also prints a wall message to all - users. + users. If + combined with + shutdown of all running services is + skipped, however all processes killed + and all file systems unmounted or + mounted read-only, immediately + followed by the + powering off. reboot @@ -851,35 +889,40 @@ equivalent to start reboot.target but also prints a wall message to all - users. - - - default - - Enter default - mode. This is mostly equivalent to - start - default.target. + users. If + combined with + shutdown of all running services is + skipped, however all processes killed + and all file systems unmounted or + mounted read-only, immediately + followed by the + reboot. - rescue + kexec - Enter rescue - mode. This is mostly equivalent to - isolate - rescue.target but also - prints a wall message to all - users. + Shut down and reboot + the system via kexec. This is mostly + equivalent to start + kexec.target but also prints + a wall message to all users. If + combined with + shutdown of all running services is + skipped, however all processes killed + and all file systems unmounted or + mounted read-only, immediately + followed by the + reboot. - emergency + exit - Enter emergency - mode. This is mostly equivalent to - isolate - emergency.target but also - prints a wall message to all - users. + Ask the systemd + manager to quit. This is only + supported for session managers + (i.e. in conjunction with the + option) and + will fail otherwise.