diff options
Diffstat (limited to 'core/modules')
| -rw-r--r-- | core/modules/xorg/data/etc/X11/Xreset.d/zzz-kill-xorg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/xorg/data/etc/X11/Xreset.d/zzz-kill-xorg b/core/modules/xorg/data/etc/X11/Xreset.d/zzz-kill-xorg index 7416cfa7..62ec134a 100644 --- a/core/modules/xorg/data/etc/X11/Xreset.d/zzz-kill-xorg +++ b/core/modules/xorg/data/etc/X11/Xreset.d/zzz-kill-xorg @@ -5,3 +5,4 @@ # for now. This was observed with bot, Ubuntu 20.04 and Debian 12. lsof -n "/tmp/.X11-unix/X${DISPLAY#:}" | awk '$1 == "Xorg" {print $2}' | xargs kill +true |
