Mention that --force is required to override an already existing default.target This solves the bug bnc#868439 --- man/systemctl.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Index: systemd-221/man/systemctl.xml =================================================================== --- systemd-221.orig/man/systemctl.xml +++ systemd-221/man/systemctl.xml @@ -439,7 +439,7 @@ <term><option>--force</option></term> <listitem> - <para>When used with <command>enable</command>, overwrite + <para>When used with <command>enable</command> or <command>set-default</command>, overwrite any existing conflicting symlinks.</para> <para>When used with <command>halt</command>, @@ -1237,6 +1237,8 @@ kobject-uevent 1 systemd-udevd-kernel.so <para>Return the default target to boot into. This returns the target unit name <filename>default.target</filename> is aliased (symlinked) to.</para> + <para>If combined with <option>--force</option>, override + an already existing symlink for the default target.</para> </listitem> </varlistentry>