[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFC: fix for daemon start on package install/upgrade out-of-runlevel



On Sat, Sep 09, 2000 at 04:03:50PM -0400, Robert D. Hilliard wrote:
>      ps ax|grep <daemon-name>|grep -v grep works for me.

if [ "`pidof <daemon>`" ] ; then
...
fi

--Adam


-- 
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: