소스 검색

Remove unnecesary instructions from Systemd page.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10280 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Krejzi 12 년 전
부모
커밋
d89ca8ecb2
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      chapter06/systemd.xml

+ 0 - 7
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>