wok view lxdm/stuff/PostLogout @ rev 17293

shared-mime-info: force add tazpkg.xml (*.tazpkg is CPIO archives without it)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 30 01:06:47 2014 +0200 (2014-10-30)
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