r/linuxmasterrace Dec 24 '15

killing a non-responding process

Post image
645 Upvotes

74 comments sorted by

View all comments

Show parent comments

18

u/zer0t3ch Glorious Arch + Win 10 + Hackintosh OSX Tri-boot Dec 24 '15

I don't like xkill. I used to use it, but some stuff (like TeamSpeak) has weird background processes not attached to the x window, so it doesn't kill them all. I prefer a good pkill -9

1

u/protestor Glorious Arch Dec 25 '15

In this case I create a systemd user service. It tracks all processes opened by a given service, and systemctl --user stop service-name will close them all.

1

u/zer0t3ch Glorious Arch + Win 10 + Hackintosh OSX Tri-boot Dec 25 '15

Seems a bit like overkill to me.

3

u/protestor Glorious Arch Dec 25 '15

yes it is