Unverified Commit 4ca03e3a authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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.
parent 2dabc4fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -261,6 +261,7 @@ in
        CapabilityBoundingSet = [
          "CAP_CHOWN"
          "CAP_DAC_OVERRIDE"
          "CAP_KILL"
          "CAP_SETUID"
          "CAP_SETGID"
        ];