wok-6.x view lxdm/stuff/PostLogout @ rev 15852

truecrypt: patch LFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 27 21:15:58 2014 +0000 (2014-01-27)
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