[rsyslog-notify] Forum Thread: Re: Rsyslog forwarding or listening configuration - (Mode 'reply')
noreply at adiscon.com
noreply at adiscon.com
Wed Nov 11 14:38:34 CET 2015
User: dlang
Forumlink: http://kb.monitorware.com/viewtopic.php?p=26130#p26130
Message:
----------
pkill and killall let you provide a programname instead of a pid
but you should have /var/run/rsyslog.pid which should contain the pid of
the currently running rsyslog so you can do
kill -HUP `cat /var/run/rsyslog.pid`
More information about the rsyslog-notify
mailing list