You probably have not just killed the jivelite process but also the
shell script that controls its startup and spossible restarts.


Code:
--------------------
    ~$ ps -eaf | grep jivelite
  root      5852     1  0 Feb09 ?        00:00:00 /bin/sh 
/opt/jivelite/bin/jivelite.sh
  root      7751  5852  1 Feb09 ?        00:35:03 /opt/jivelite/bin/jivelite
--------------------


You could try to kill only the process '/opt/jivelite/bin/jivelite':

Code:
--------------------
    0 2 1,16 * * /usr/bin/pkill -x /opt/jivelite/bin/jivelite
--------------------


------------------------------------------------------------------------
jd68's Profile: http://forums.slimdevices.com/member.php?userid=30795
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to