diff options
author | Josh Triplett <josh@joshtriplett.org> | 2011-08-06 15:56:39 -0700 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-08-24 02:35:02 +0200 |
commit | 3b09f343fe2414cfb36860f1692f327011c4bc44 (patch) | |
tree | 59ae0aafd784d80f45a273ee4ef8de1a009e6258 /tmpfiles.d | |
parent | 65457142f12ecc4bb39fad51b73b9d3e6eac4af5 (diff) |
tmpfiles: Remove X11 lock files for displays :10 and higher too
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/x11.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/x11.conf b/tmpfiles.d/x11.conf index 5072b582aa..7f81af62da 100644 --- a/tmpfiles.d/x11.conf +++ b/tmpfiles.d/x11.conf @@ -15,4 +15,4 @@ d /tmp/.font-unix 1777 root root 10d d /tmp/.Test-unix 1777 root root 10d # Unlink the X11 lock files -r /tmp/.X[0-9]-lock +r /tmp/.X[0-9]*-lock |