https://github.com/osquery/osquery logo
#general
Title
# general
e

Erich Stoekl

04/24/2020, 8:01 PM
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

zwass

04/24/2020, 9:31 PM
Osquery will reload the config from file or tls endpoint on the interval defined by
config_interval
.
e

Erich Stoekl

04/24/2020, 9:36 PM
Cool, thanks!!
2 Views