aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/systemd.xml
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2013-05-18 12:33:52 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2013-05-18 12:33:52 +0000
commitd89ca8ecb254d6c4c2286c1dee9d1b5f9c9e4440 (patch)
tree4062861025dfe9a39ea36932befe34c0197dcff6 /chapter06/systemd.xml
parent71e8c2baa76f39cfbaa2f04fe2945e66a5ec3d93 (diff)
Remove unnecesary instructions from Systemd page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10280 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r--chapter06/systemd.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index 85b4886c3..ea7e0fbac 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -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>