core: apply ReloadLimit to reexec too
authorLuca Boccassi <bluca@debian.org>
Fri, 29 Mar 2024 01:29:07 +0000 (01:29 +0000)
committerLuca Boccassi <bluca@debian.org>
Fri, 29 Mar 2024 12:03:32 +0000 (12:03 +0000)
commit8312b17a2979758a5e90d67786736bd9ddd4b856
tree2198782f64ca603476ce8c395227e99bcca2a82a
parent9b1db2dbc48c2aeae9aae86c9f2a2e3c017dacb7
core: apply ReloadLimit to reexec too

Same reason as the reload, reexec is disruptive and it requires the
same privileges, so if somebody wants to limit reloads, they'll also
want to limit reexecs, so use the same setting.
man/systemd-system.conf.xml
src/core/dbus-manager.c
src/core/main.c
src/core/manager-serialize.c
src/core/manager.h
test/units/testsuite-59.sh