-----Original Message-----
From: syslog-ng-bounces@lists.balabit.hu on behalf of Wolfram Schlich
Sent: Fri 24-Nov-06 10:05 AM
To: syslog-ng@lists.balabit.hu
Subject: Re: [syslog-ng] Reloading configuration
* Anselmo Lacerda Silveira de Melo <anselmo.melo@asga.com.br> [2006-11-24 13:02]:
> Just a question: Can syslog-ng reload its configuration file (changed)
> without being restarted? I couldn't find anything related in the
> documentation.
kill -HUP $(< /var/run/syslog-ng.pid)
Hi Wolfram,
Thank you for answering, but what I asked was about a function (from syslog-ng) that does it automaticaly (withou kill, /etc/init.d/syslog restart, etc).
Anselmo