From 822cd601357f6f45d0176ae38fe9f86077462f06 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 21 Oct 2015 19:47:28 +0200 Subject: tmpfiles.d: change all subvolumes to use quota Let's make sure the subvolumes we create fit into a sensible definition of a quota tree. --- tmpfiles.d/home.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmpfiles.d/home.conf') diff --git a/tmpfiles.d/home.conf b/tmpfiles.d/home.conf index aa652b197f..9f25b83392 100644 --- a/tmpfiles.d/home.conf +++ b/tmpfiles.d/home.conf @@ -7,5 +7,5 @@ # See tmpfiles.d(5) for details -v /home 0755 - - - -v /srv 0755 - - - +Q /home 0755 - - - +q /srv 0755 - - - -- cgit v1.2.3-54-g00ecf