Hi Folks. Is there a way to reload the config on o...
# general
e
Hi Folks. Is there a way to reload the config on osquery without restarting the systemd service? I see that there is no
ExecReload
in the unit file, but is it possible to send
SIGHUP
and reload the config?
z
Osquery will reload the config from file or tls endpoint on the interval defined by
config_interval
.
e
Cool, thanks!!