diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-21 19:47:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-22 01:59:25 +0200 |
commit | 822cd601357f6f45d0176ae38fe9f86077462f06 (patch) | |
tree | 564173446482954208953c58f0d5d9226fb2bb25 /tmpfiles.d/tmp.conf | |
parent | 5fb13eb51bf641a3434828947e137e1a5f2d7eb2 (diff) | |
download | systemd-822cd601357f6f45d0176ae38fe9f86077462f06.tar.gz |
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.
Diffstat (limited to 'tmpfiles.d/tmp.conf')
-rw-r--r-- | tmpfiles.d/tmp.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpfiles.d/tmp.conf b/tmpfiles.d/tmp.conf index ffdd82fd9c..6bbd1aa341 100644 --- a/tmpfiles.d/tmp.conf +++ b/tmpfiles.d/tmp.conf @@ -8,8 +8,8 @@ # See tmpfiles.d(5) for details # Clear tmp directories separately, to make them easier to override -v /tmp 1777 root root 10d -v /var/tmp 1777 root root 30d +q /tmp 1777 root root 10d +q /var/tmp 1777 root root 30d # Exclude namespace mountpoints created with PrivateTmp=yes x /tmp/systemd-private-%b-* |