Date: Thu, 4 Oct 2001 15:47:38 +0200 From: ruben <ruben@bzerk.org> To: freebsd-questions@freebsd.org Cc: Andreas Pauley <andreasp@qbcon.com> Subject: Re: Restarting Daemons in FreeBSD Message-ID: <20011004154738.A4301@ei.bzerk.org> In-Reply-To: <117300A106D0D411BAD200805F6516AA0455FE@dto0nt10.dto.tudelft.nl>; from R.deGroot@DTO.TUDelft.NL on Thu, Oct 04, 2001 at 03:29:12PM %2B0200 References: <117300A106D0D411BAD200805F6516AA0455FE@dto0nt10.dto.tudelft.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 04, 2001 at 03:29:12PM +0200, Andreas Pauley <andreasp@qbcon.com> wrote:
>
> Hi,
>
> I've just made changes to my syslog.conf and the syslog startup
> parameters in rc.conf
>
> How do I restart syslog with the new flags in rc.conf, and how do I get
> syslog to re-read its config if I just change something small in
> syslog.conf?
/bin/sh
killall syslogd
. /etc/rc.conf
syslogd ${syslogd_flags}
exit
>
> Is there a standard way to stop/start/restart daemons in FreeBSD?
> (I'm used to the RedHat way of having scripts for this in a central
> directory)
>
> Thanks a lot,
> Andreas.
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011004154738.A4301>
