Josh Triplett | f08fce8 | 2011-08-06 15:48:27 -0700 | [diff] [blame] | 1 | # This file is part of systemd. |
| 2 | # |
| 3 | # systemd is free software; you can redistribute it and/or modify it |
Lennart Poettering | 5430f7f | 2012-04-12 00:20:58 +0200 | [diff] [blame] | 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 |
Josh Triplett | f08fce8 | 2011-08-06 15:48:27 -0700 | [diff] [blame] | 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 |
Lennart Poettering | 822cd60 | 2015-10-21 19:47:28 +0200 | [diff] [blame] | 11 | q /tmp 1777 root root 10d |
| 12 | q /var/tmp 1777 root root 30d |