chiark / gitweb /
core: reuse the same /tmp, /var/tmp and inaccessible dir
authorMichal Sekletar <msekleta@redhat.com>
Thu, 14 Mar 2013 17:12:27 +0000 (18:12 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 16 Mar 2013 02:56:40 +0000 (22:56 -0400)
All Execs within the service, will get mounted the same
/tmp and /var/tmp directories, if service is configured with
PrivateTmp=yes. Temporary directories are cleaned up by service
itself in addition to systemd-tmpfiles. Directory which is mounted
as inaccessible is created at runtime in /run/systemd.


No differences found