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.
This commit is contained in:
Lennart Poettering 2015-10-21 19:47:28 +02:00
parent 5fb13eb51b
commit 822cd60135
4 changed files with 6 additions and 6 deletions

View File

@ -7,5 +7,5 @@
# See tmpfiles.d(5) for details
v /home 0755 - - -
v /srv 0755 - - -
Q /home 0755 - - -
q /srv 0755 - - -

View File

@ -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

View File

@ -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-*

View File

@ -7,7 +7,7 @@
# See tmpfiles.d(5) for details
v /var 0755 - - -
q /var 0755 - - -
L /var/run - - - - ../run