Loading nixos/modules/services/networking/opengfw.nix +1 −1 Original line number Diff line number Diff line Loading @@ -390,7 +390,7 @@ in serviceConfig = rec { WorkingDirectory = cfg.dir; ExecReload = "kill -HUP $MAINPID"; ExecReload = "${lib.getExe' pkgs.coreutils "kill"} -HUP $MAINPID"; Restart = "always"; User = cfg.user; StandardOutput = mkIf (cfg.logFile != null) "append:${cfg.logFile}"; Loading nixos/modules/services/web-apps/open-web-calendar.nix +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ in open_web_calendar.app:app ''; EnvironmentFile = settingsFormat.generate "open-web-calendar.env" cfg.settings; ExecReload = "kill -s HUP $MAINPID"; ExecReload = "${lib.getExe' pkgs.coreutils "kill"} -s HUP $MAINPID"; KillMode = "mixed"; PrivateTmp = true; RuntimeDirectory = "open-web-calendar"; Loading nixos/modules/services/web-apps/weblate.nix +1 −1 Original line number Diff line number Diff line Loading @@ -374,7 +374,7 @@ in --bind='unix:///run/weblate.socket' \ weblate.wsgi ''; ExecReload = "kill -s HUP $MAINPID"; ExecReload = "${lib.getExe' pkgs.coreutils "kill"} -s HUP $MAINPID"; KillMode = "mixed"; PrivateTmp = true; WorkingDirectory = dataDir; Loading nixos/modules/virtualisation/cri-o.nix +1 −1 Original line number Diff line number Diff line Loading @@ -166,7 +166,7 @@ in serviceConfig = { Type = "notify"; ExecStart = "${cfg.package}/bin/crio"; ExecReload = "/bin/kill -s HUP $MAINPID"; ExecReload = "${lib.getExe' pkgs.coreutils "kill"} -s HUP $MAINPID"; TasksMax = "infinity"; LimitNOFILE = "1048576"; LimitNPROC = "1048576"; Loading Loading
nixos/modules/services/networking/opengfw.nix +1 −1 Original line number Diff line number Diff line Loading @@ -390,7 +390,7 @@ in serviceConfig = rec { WorkingDirectory = cfg.dir; ExecReload = "kill -HUP $MAINPID"; ExecReload = "${lib.getExe' pkgs.coreutils "kill"} -HUP $MAINPID"; Restart = "always"; User = cfg.user; StandardOutput = mkIf (cfg.logFile != null) "append:${cfg.logFile}"; Loading
nixos/modules/services/web-apps/open-web-calendar.nix +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ in open_web_calendar.app:app ''; EnvironmentFile = settingsFormat.generate "open-web-calendar.env" cfg.settings; ExecReload = "kill -s HUP $MAINPID"; ExecReload = "${lib.getExe' pkgs.coreutils "kill"} -s HUP $MAINPID"; KillMode = "mixed"; PrivateTmp = true; RuntimeDirectory = "open-web-calendar"; Loading
nixos/modules/services/web-apps/weblate.nix +1 −1 Original line number Diff line number Diff line Loading @@ -374,7 +374,7 @@ in --bind='unix:///run/weblate.socket' \ weblate.wsgi ''; ExecReload = "kill -s HUP $MAINPID"; ExecReload = "${lib.getExe' pkgs.coreutils "kill"} -s HUP $MAINPID"; KillMode = "mixed"; PrivateTmp = true; WorkingDirectory = dataDir; Loading
nixos/modules/virtualisation/cri-o.nix +1 −1 Original line number Diff line number Diff line Loading @@ -166,7 +166,7 @@ in serviceConfig = { Type = "notify"; ExecStart = "${cfg.package}/bin/crio"; ExecReload = "/bin/kill -s HUP $MAINPID"; ExecReload = "${lib.getExe' pkgs.coreutils "kill"} -s HUP $MAINPID"; TasksMax = "infinity"; LimitNOFILE = "1048576"; LimitNPROC = "1048576"; Loading