fixed start/stop
pidof(8) scans the first field of /proc/<pid>/cmdline.
tele-watch sets $0 to 'tele-watch <list of watchpoints>', this in turn
sets argv[0], the /proc/<pid>/cmdline. The name we need to look for with
pidof is 'tele-watch <list of watchpoints>'.