diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-04-20 15:55:50 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-04-20 15:55:50 +0000 |
commit | 94fe8fafc196aeec50347c5b8ca9c384b7fd03d4 (patch) | |
tree | 0582fe15f30ef49e5cff6cd45c7ced2812c19467 /chapter07 | |
parent | dd2d8eb3b0d37d1169bb90d3a5989003b90f2954 (diff) |
systemd: Fix the syntax of commands used to configure automatic file creation and deletion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11582 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/systemd-custom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/systemd-custom.xml b/chapter07/systemd-custom.xml index 4cea2b27d..7849c7816 100644 --- a/chapter07/systemd-custom.xml +++ b/chapter07/systemd-custom.xml @@ -112,8 +112,8 @@ EOF</userinput></screen> be copied to <filename class="directory">/etc/tmpfiles.d</filename> and edited as desired. For example: -<screen role="nodump"><userinput>mkdir -p /etc/tempfiles.d -cp /usr/lib/tmpfiles.d/tmp.conf /etc/tempfiles.d</userinput></screen> +<screen role="nodump"><userinput>mkdir -p /etc/tmpfiles.d +cp /usr/lib/tmpfiles.d/tmp.conf /etc/tmpfiles.d</userinput></screen> </para> </sect2> |