mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-03 01:17:45 +03:00
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:
parent
5fb13eb51b
commit
822cd60135
@ -7,5 +7,5 @@
|
||||
|
||||
# See tmpfiles.d(5) for details
|
||||
|
||||
v /home 0755 - - -
|
||||
v /srv 0755 - - -
|
||||
Q /home 0755 - - -
|
||||
q /srv 0755 - - -
|
||||
|
@ -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
|
||||
|
@ -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-*
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
# See tmpfiles.d(5) for details
|
||||
|
||||
v /var 0755 - - -
|
||||
q /var 0755 - - -
|
||||
|
||||
L /var/run - - - - ../run
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user