nixos/logrotate: allow sending signal to arbitrary processes

Various postrotate scripts send e.g. SIGHUP to processes, to have them
reload their config or reopen their logfile.
This commit is contained in:
Martin Weinelt 2024-09-30 13:30:38 +02:00
parent 2dabc4fce1
commit 4ca03e3a11
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -261,6 +261,7 @@ in
CapabilityBoundingSet = [
"CAP_CHOWN"
"CAP_DAC_OVERRIDE"
"CAP_KILL"
"CAP_SETUID"
"CAP_SETGID"
];