]> git.ipfire.org Git - thirdparty/systemd.git/blame - tmpfiles.d/tmp.conf
Merge pull request #8824 from keszybz/analyze-show-config
[thirdparty/systemd.git] / tmpfiles.d / tmp.conf
CommitLineData
f08fce88
JT
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
f08fce88
JT
6# (at your option) any later version.
7
8# See tmpfiles.d(5) for details
9
10# Clear tmp directories separately, to make them easier to override
822cd601
LP
11q /tmp 1777 root root 10d
12q /var/tmp 1777 root root 30d
e4ac004c
ZJS
13
14# Exclude namespace mountpoints created with PrivateTmp=yes
6b46ea73
LP
15x /tmp/systemd-private-%b-*
16X /tmp/systemd-private-%b-*/tmp
17x /var/tmp/systemd-private-%b-*
18X /var/tmp/systemd-private-%b-*/tmp
dc7621a5
LP
19
20# Remove top-level private temporary directories on each boot
21R! /tmp/systemd-private-*
22R! /var/tmp/systemd-private-*