В Mon, 23 Feb 2015 09:48:57 -0600 "David C. Rankin" <drankinatty@suddenlinkmail.com> пишет:
The only relevant config found is:
/usr/lib/tmpfiles.d/tmp.conf
with content (without comment):
d /tmp 1777 root root - d /var/tmp 1777 root root - x /tmp/systemd-private-* x /var/tmp/systemd-private-* X /tmp/systemd-private-*/tmp X /var/tmp/systemd-private-*/tmp
Checking the service shows the last run of "Cleanup of Temporary Directories" occurred Feb 22 22:07:46
(yes, I get the gvfs failure as well, it is irrelevant to whether /tmp is cleaned, and simply indicates gvfs was NOT mounted at the time the cleanup was run [check /var/run/user/UID]):
# systemctl status systemd-tmpfiles-clean.service systemd-tmpfiles-clean.service - Cleanup of Temporary Directories Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-clean.service; static) Active: inactive (dead) since Sun 2015-02-22 22:07:46 CST; 11h ago Docs: man:tmpfiles.d(5) man:systemd-tmpfiles(8) Process: 13040 ExecStart=/usr/bin/systemd-tmpfiles --clean (code=exited, status=0/SUCCESS) Main PID: 13040 (code=exited, status=0/SUCCESS)
This simply starts program that reads and interprets tmpfiles.conf snippets (systemd-tmpfiles). What it really does is determined entirely by content of various */tmpfiles.d/*.conf files. The configuration you have shown does not delete any file or directory at all. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org