hi,
how were you trying to kill the process, as a normal user!? I think that a process started from
/etc/init.d would need root privileges to be terminated. Anyway, the usual command to stop such processes is
Code:
sudo /etc/init.d/PROGRAM stop
but I do not know if it applies to "custom" program or just to "default" services.
Try it out, good luck!
