From: Lennart Poettering Date: Fri, 22 Oct 2010 14:12:05 +0000 (+0200) Subject: man: document systemctl --force X-Git-Tag: v12~179 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=6f3525444e177e8413d46c5029a7dced7fb4818d man: document systemctl --force --- diff --git a/man/systemctl.xml b/man/systemctl.xml index ca654ca5b..2fa448874 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -287,11 +287,25 @@ + When used with enable, override any existing conflicting symlinks. + + When used with + halt, + poweroff, + reboot or + kexec execute + selected operation without shutting + down all units. However, all processes + will be killed forcibly and all file + systems are unmounted or remounted + read-only. This is hence a drastic but + relatively safe option to request an + immediate reboot.