Re: Debugging systemd-tmpfiles

2024-11-28 Thread Max Nikulin
On 29/11/2024 02:24, jman wrote: Erwan David writes: However, those directories are not cleaned. What should I check ? I've not yet used systemd-tmpfiles but the first thing that comes to my mind, if I had to use it, would to be very careful and mindful of the "purge" command, which can have

Re: Debugging systemd-tmpfiles

2024-11-28 Thread jman
Erwan David writes: However, those directories are not cleaned. What should I check ? I've not yet used systemd-tmpfiles but the first thing that comes to my mind, if I had to use it, would to be very careful and mindful of the "purge" command, which can have surprising effects: https://www.

Re: Debugging systemd-tmpfiles

2024-11-28 Thread Greg Wooledge
On Thu, Nov 28, 2024 at 16:57:37 +0100, Erwan David wrote: > I have setup systemd-tmpfiles in user mode as follows : > > systemd-tmpfiles --user --cat-config > # /home/erwan/.config/user-tmpfiles.d/perso.conf > d /home/erwan/tmp 0755erwan erwan 60d > d /home/erwan/Downl

Debugging systemd-tmpfiles

2024-11-28 Thread Erwan David
I have setup systemd-tmpfiles in user mode as follows : systemd-tmpfiles --user --cat-config # /home/erwan/.config/user-tmpfiles.d/perso.conf d /home/erwan/tmp 0755erwan erwan 60d d /home/erwan/Downloads 0755erwan erwan 90d However, those directories