wok view lxdm/stuff/PostLogout @ rev 12973

Move from undigest screenlets python-werkzeug plymouth network-manager n2nc kompozer hiawatha awstats-hotspot
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 01 17:13:28 2012 +0200 (2012-06-01)
parents
children
line source
1 #!/bin/sh
2 #
4 # LXDM does not clear the last user's processes.
5 ps -o "user,pid" | fgrep $USER | while read user pid
6 do
7 kill $pid
8 done