Remove unnecesary instructions from Systemd page.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10280 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Krejzi 2013-05-18 12:33:52 +00:00
parent 71e8c2baa7
commit d89ca8ecb2

View File

@ -113,13 +113,6 @@
done
ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<para>By default, Journald logs to a tmpfs which means that logs
are not persistent through reboots. To make it log to a disk,
create the <filename class="directory">
/var/log/journal</filename> directory:</para>
<screen><userinput remap="install">mkdir -pv /var/log/journal</userinput></screen>
<para>Remove a reference to a non-existent group:</para>
<screen><userinput remap="install">sed -i "s@0775 root lock@0755 root root@g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>