systemd-tmp.conf 823 B

1234567891011121314151617181920212223
  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. # Exclude namespace mountpoints created with PrivateTmp=yes
  9. x /tmp/systemd-private-%b-*
  10. X /tmp/systemd-private-%b-*/tmp
  11. x /var/tmp/systemd-private-%b-*
  12. X /var/tmp/systemd-private-%b-*/tmp
  13. # Remove top-level private temporary directories on each boot
  14. R! /tmp/systemd-private-*
  15. R! /var/tmp/systemd-private-*
  16. # Handle lost systemd-coredump temp files. They could be lost on old filesystems,
  17. # for example, after hard reboot.
  18. x /var/lib/systemd/coredump/.#core*.%b*
  19. r! /var/lib/systemd/coredump/.#*