From d89ca8ecb254d6c4c2286c1dee9d1b5f9c9e4440 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Sat, 18 May 2013 12:33:52 +0000 Subject: [PATCH] Remove unnecesary instructions from Systemd page. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10280 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/systemd.xml | 7 ------- 1 file changed, 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 - 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