tmp.conf 638 B

123456789101112131415161718
  1. # This file is part of systemd.
  2. #
  3. # systemd is free software; you can redistribute it and/or modify it
  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
  6. # (at your option) any later version.
  7. # See tmpfiles.d(5) for details
  8. # Clear tmp directories separately, to make them easier to override
  9. q /tmp 1777 root root 10d
  10. q /var/tmp 1777 root root 30d
  11. # Exclude namespace mountpoints created with PrivateTmp=yes
  12. x /tmp/systemd-private-%b-*
  13. X /tmp/systemd-private-%b-*/tmp
  14. x /var/tmp/systemd-private-%b-*
  15. X /var/tmp/systemd-private-%b-*/tmp