]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/main.c
manager: add option to rate limit daemon-reload 25717/head
authorLuca Boccassi <bluca@debian.org>
Mon, 12 Dec 2022 22:10:18 +0000 (22:10 +0000)
committerLuca Boccassi <bluca@debian.org>
Tue, 13 Dec 2022 18:13:10 +0000 (18:13 +0000)
commit856bfaeb054729b92992bc392aca2dbcc62e4a8e
tree54a8f1305454e22bc82afb685d44df2ac05155f9
parent9524c2fd43aa3b76719cc21eb7093a5b90997fd9
manager: add option to rate limit daemon-reload

Reloading is a heavy-weight operation, and currently it is not
possible to stop an orchestrator from spamming reload requests.
Add configuration options to allow rate-limiting.
man/kernel-command-line.xml
man/systemd-system.conf.xml
src/core/dbus-manager.c
src/core/main.c
src/core/manager.h
src/core/system.conf.in
src/core/user.conf.in
test/units/testsuite-59.sh