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
- 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
- /var/log/journal directory:
-
-mkdir -pv /var/log/journal
-
Remove a reference to a non-existent group:
sed -i "s@0775 root lock@0755 root root@g" /usr/lib/tmpfiles.d/legacy.conf