<div dir="ltr"><div class="gmail_quote gmail_quote_container"><div></div><div>Run it directly on your config file as:</div><div><br></div><div>    SYSTEMD_LOG_LEVEL=debug systemd-tmpfiles --remove --clean /path/to/tmpfiles.d/foobar.conf</div><div><br></div><div>(I'd rather place custom configs in /etc/tmpfiles.d and leave /usr for the package management.)</div><div><br></div><div>Most likely the issue is that systemd-tmpfiles also considers not just the mtime but also access time (it wouldn't do any good if it started removing actively-used files just because they haven't been modified), as well as btime (birth) and ctime (inode change) – the latter two you cannot backdate with `touch`.</div><div><br></div><div>If you want to only consider modification time, specify it as something like "mM:10d" – see "Age" in tmpfiles.d(5).<br></div><div><br></div></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr">Mantas Mikulėnas</div></div></div>