wok view lxdm/stuff/PostLogout @ rev 20713

updated at (3.1.13 -> 3.1.23)
author Hans-G?nter Theisgen
date Wed Feb 06 17:06:52 2019 +0100 (2019-02-06)
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