Unverified Commit d392f98f authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

services.openssh: use notify-reload for sshd (#427620)

parents 3c6b519a edadf6cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -766,6 +766,7 @@ in
        restartTriggers = [ config.environment.etc."ssh/sshd_config".source ];

        serviceConfig = {
          Type = "notify-reload";
          Restart = "always";
          ExecStart = lib.concatStringsSep " " [
            (lib.getExe' cfg.package "sshd")