summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xKillMe14
1 files changed, 14 insertions, 0 deletions
diff --git a/KillMe b/KillMe
new file mode 100755
index 0000000..cdb2884
--- /dev/null
+++ b/KillMe
@@ -0,0 +1,14 @@
+#!/bin/sh
+#
+# /etc/gdm/Sessions/KillMe
+# Copyright 2002 Jonas Smedegaard <dr@jones.dk>
+#
+# $Id: KillMe,v 1.1 2002-07-12 13:01:04 jonas Exp $
+#
+# Kill all running programs owned by this user
+# Needed as a last option when Mozilla or Evolution hangs
+#
+# TODO: Display a warning about possible other logins killed as well
+#
+
+exec /usr/sbin/slay $USER