kill $(ps aux | grep '<absolute executable path>' | awk '{print $2}')
don't forget to replace
'<absolute executable path>' by the name of your subject to
end a process
that command like end task in windows
some times you see [Errno 98] Address already in use in odoo log file
write the following command on server
kill -9 $(ps -A | grep python | awk '{print $1}')
for general purpose to kill any process
kill $(ps aux | grep '<absolute executable path>' | awk '{print $2}')
don't forget to replace
'<absolute executable path>' by the name of your subject to
end a process
that command like end task in windows
To install this Web App in your iPhone/iPad press and then Add to Home Screen.