]> git.ipfire.org Git - people/stevee/guardian.git/commit
Add ability to reload the ignore list.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 14 Jun 2016 11:28:16 +0000 (13:28 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 14 Jun 2016 11:28:16 +0000 (13:28 +0200)
commitab7c10eb2c226795115499b3ab2f88cd4f958c0b
treeae3771bff2d7d163df040bae17237a59e81b634c
parent900cad7f5f64548c892995a4869dfef37b71b974
Add ability to reload the ignore list.

From now the ignore list easily can be reloaded by sending a
"SIGUSR1" signal to the guardian main process or by using the
UNIX socket and sending a "reload-ignore-list".

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
guardian
modules/Events.pm
modules/Socket.pm