mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-14 20:00:30 +00:00
Conflicts: Makefile.am TODO debian/tmpfiles.d/debian.conf man/systemd.mount.xml man/systemd.socket.xml man/systemd.unit.xml src/core/mount.c src/core/service.c src/core/special.h src/journal/journal-file.c src/journal/journald.c src/journal/systemd-journald.conf src/login/71-seat.rules src/manager.c src/shared/util.c src/systemctl/systemctl.c tmpfiles.d/legacy.conf tmpfiles.d/tmp.conf units/remote-fs.target
19 lines
625 B
Plaintext
19 lines
625 B
Plaintext
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
# See tmpfiles.d(5) for details
|
|
|
|
# Clear tmp directories separately, to make them easier to override
|
|
D /tmp 1777 root root -
|
|
#d /var/tmp 1777 root root 30d
|
|
|
|
# Exclude namespace mountpoints created with PrivateTmp=yes
|
|
x /tmp/systemd-private-*
|
|
x /var/tmp/systemd-private-*
|
|
X /tmp/systemd-private-*/tmp
|
|
X /var/tmp/systemd-private-*/tmp
|