wok view lxdm/stuff/PostLogout @ rev 12410

lxdm: Up and much better integration
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 20 18:13:35 2012 +0200 (2012-04-20)
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