Subject: Re: kill in bash script
To: Carlo Smith <postfix2002@hotmail.com>
From: =?ISO-8859-1?Q?Markus_B=F6ing?= <markus@boeing-online.de>
List: netbsd-help
Date: 11/13/2002 09:49:54
Am Mittwoch den, 13. November 2002, um 07:43, schrieb Carlo Smith:

> Working on a bash script to restart a service when needed but now need 
> to kill a process that doesn't have a pid file (kill -HUP cat xxx.pid)
>
> How do i go about this ?

You could run your services under control of daemontools (it is in 
pkgsrc).

/Markus.