]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemd-tmpfiles: remove age-based cleanup of X11 socket directories (#42358)
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 1 Jun 2026 16:38:28 +0000 (17:38 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2026 16:38:28 +0000 (17:38 +0100)
commit414fc6e3b200eea45ee97eddb79c7496e01db16c
treeba8a812bb786c2ebca13a1bb7a1f252b7566ef7a
parent70700327284c6d13d1cfaf26bca6b3b78086808e
parent06eeb83d3e175509f73d72ab095987520c98a148
systemd-tmpfiles: remove age-based cleanup of X11 socket directories (#42358)

Unexpected cleanup of live X11 socket files was reported in #35182,
suggesting an underlying issue with the `!` boot safety switch for
tmpfiles.

Regardless of that bug, time-based cleanup of X11 sockets is likely to
be unwanted behaviour as systems often stay up for extended periods of
time, and cleanup of these directories based on age alone is liable to
cause issues at runtime for user sessions.