> If you really want it automated:
>
> ps axc | awk '/shutdown/ { print $1 }' | xargs kill
Thanks for this one! ;)
That's exactly what I needed.
> Hmm, it indeed is not documented.
It's not. If someone could add it? (A plain linux user could
desperate...) ;)
Martin.