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/systemd-nspawn.conf | |
parent | 5fb13eb51bf641a3434828947e137e1a5f2d7eb2 (diff) |
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/systemd-nspawn.conf')
-rw-r--r-- | tmpfiles.d/systemd-nspawn.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/systemd-nspawn.conf b/tmpfiles.d/systemd-nspawn.conf index 5a3124a0fc..9fa3878d6b 100644 --- a/tmpfiles.d/systemd-nspawn.conf +++ b/tmpfiles.d/systemd-nspawn.conf @@ -7,7 +7,7 @@ # See tmpfiles.d(5) for details -v /var/lib/machines 0700 - - - +Q /var/lib/machines 0700 - - - # Remove old temporary snapshots, but only at boot. Ideally we'd have # "self-destroying" btrfs snapshots that go away if the last last |