summaryrefslogtreecommitdiffstats
path: root/core/modules/xorg
diff options
context:
space:
mode:
authorSimon Rettberg2023-02-16 10:02:55 +0100
committerSimon Rettberg2023-02-16 10:02:55 +0100
commitbb6b5d8a738614cdb15a52cac0f9fc8f3f74ffe8 (patch)
tree48fa7058f01bd211d26193b7c162479fd82b2563 /core/modules/xorg
parent[run-virt] Silence warning if no port given (diff)
downloadmltk-bb6b5d8a738614cdb15a52cac0f9fc8f3f74ffe8.tar.gz
mltk-bb6b5d8a738614cdb15a52cac0f9fc8f3f74ffe8.tar.xz
mltk-bb6b5d8a738614cdb15a52cac0f9fc8f3f74ffe8.zip
[xorg] Make script return true
Diffstat (limited to 'core/modules/xorg')
-rw-r--r--core/modules/xorg/data/etc/X11/Xreset.d/zzz-kill-xorg1
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