View Single Post
carbonjha's Avatar
Posts: 83 | Thanked: 71 times | Joined on Jul 2011 @ Dhaka
#2525
@karam
why the process SIGSTOP command are same in both cpu_normal and cpu_sleep??

Code:
for process in browserd scim-panel-gtk image-viewer
do
  /usr/bin/pkill -CONT $process
done

i think it should be -CONT for cpu_normal and for cpu_sleep it should be -STOP

i found it in this post by ammyt

Code:
for process in browserd scim-panel-gtk image-viewer
do
  /usr/bin/pkill -STOP $process
done
sorry for my bad english......