chiark / gitweb /
man: document systemctl --force
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Oct 2010 14:12:05 +0000 (16:12 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Oct 2010 14:12:05 +0000 (16:12 +0200)
man/systemctl.xml

index ca654ca5bc232e56ac17a52cb13c074413e8ef09..2fa448874b279baee35a91a15725dce470a641e7 100644 (file)
 
                         <varlistentry>
                                 <term><option>--force</option></term>
+                                <term><option>-f</option></term>
 
                                 <listitem><para>When used with
                                 <command>enable</command>, override any
                                 existing conflicting
                                 symlinks.</para></listitem>
+
+                                <listitem><para>When used with
+                                <command>halt</command>,
+                                <command>poweroff</command>,
+                                <command>reboot</command> or
+                                <command>kexec</command> 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.</para></listitem>
                         </varlistentry>
 
                         <varlistentry>