diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2012-02-08 00:08:10 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2012-02-08 00:08:10 +0100 |
commit | e0d25329b23a43332ea340f9907721873a316f4e (patch) | |
tree | 07e99accab5ac6d2b14c1cfb1768a1401e513130 /man | |
parent | 1d4ec315707a9d1411efc5d2ef4a47f9374ab525 (diff) |
move /usr/bin/systemd to /usr/lib/systemd/systemd
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-nspawn.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index d5f8465506..dbd2ff5a8a 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -185,7 +185,7 @@ <title>Example 2</title> <programlisting># mock --init -# systemd-nspawn -D /var/lib/mock/fedora-rawhide-x86_64/root/ /bin/systemd systemd.log_level=debug</programlisting> +# systemd-nspawn -D /var/lib/mock/fedora-rawhide-x86_64/root/ /sbin/init systemd.log_level=debug</programlisting> <para>This installs a minimal Fedora distribution into a subdirectory of <filename>/var/lib/mock/</filename> |