From 94fe8fafc196aeec50347c5b8ca9c384b7fd03d4 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Sat, 20 Apr 2019 15:55:50 +0000 Subject: 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 --- chapter07/systemd-custom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter07') 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 be copied to /etc/tmpfiles.d and edited as desired. For example: -mkdir -p /etc/tempfiles.d -cp /usr/lib/tmpfiles.d/tmp.conf /etc/tempfiles.d +mkdir -p /etc/tmpfiles.d +cp /usr/lib/tmpfiles.d/tmp.conf /etc/tmpfiles.d -- cgit v1.2.3-54-g00ecf