From 452dc797f7ef12235e4ede83735f5d554f54b012 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 21 Oct 2021 18:59:45 +0200 Subject: [PATCH] tmpfiles.d: Style fix The subsequent commit will add an entry to create a /run/host symbolic link on the host that points to /, and it will require explicitly skipping some of the columns. Doing the same for the existing entry will make the file more readable. https://github.com/containers/toolbox/issues/821 --- data/tmpfiles.d/toolbox.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/tmpfiles.d/toolbox.conf b/data/tmpfiles.d/toolbox.conf index f22b64a..bdffe7c 100644 --- a/data/tmpfiles.d/toolbox.conf +++ b/data/tmpfiles.d/toolbox.conf @@ -1 +1 @@ -d /run/media 0755 root root +d /run/media 0755 root root - -