wok view lxdm/stuff/PostLogout @ rev 21669

updated pcsc-lite and pcsc-lite-dev (1.8.6 -> 1.8.25)
author Hans-Günter Theisgen
date Sat Jun 01 14:56:31 2019 +0100 (2019-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