Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2004 15:02:10 -0700 (PDT)
From:      Bill Schoolcraft <bill@wiliweld.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Question on inetd.conf 
Message-ID:  <20040426145945.F14566@bsd.billschoolcraft.com>
In-Reply-To: <200404262150.i3QLo0qc011125@nic-naa.net>
References:  <200404262150.i3QLo0qc011125@nic-naa.net>

next in thread | previous in thread | raw e-mail | index | archive | help
At Mon, 26 Apr 2004 it looks like Eric Brunner-Williams composed:

>
> > How do you restart inetd.conf after you make a change, without rebooting?
>
> kill -HUP `cat /var/run/inetd.pid`

or

  kill -1 `cat /var/run/inetd.pid`

To check out the numeric options, do `kill -l`

--
Bill Schoolcraft
PO Box 210076
San Francisco CA 94121
http://billschoolcraft.com




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040426145945.F14566>