Loading nixos/modules/services/web-servers/unit/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ in { PIDFile = "/run/unit/unit.pid"; ExecStart = '' ${cfg.package}/bin/unitd --control 'unix:/run/unit/control.unit.sock' --pid '/run/unit/unit.pid' \ --log '${cfg.logDir}/unit.log' --state '${cfg.stateDir}' --tmp '/tmp' \ --log '${cfg.logDir}/unit.log' --statedir '${cfg.stateDir}' --tmpdir '/tmp' \ --user ${cfg.user} --group ${cfg.group} ''; ExecStop = '' Loading pkgs/servers/http/unit/default.nix +2 −6 Original line number Diff line number Diff line Loading @@ -30,14 +30,14 @@ let php82-unit = php82.override phpConfig; in stdenv.mkDerivation rec { version = "1.29.1"; version = "1.30.0"; pname = "unit"; src = fetchFromGitHub { owner = "nginx"; repo = pname; rev = version; sha256 = "sha256-Jk/rzPJq1FWWTe31Fa2Ah+MoWP5mh6XNSmiYIY42vvk="; sha256 = "sha256-QLTzlW1OsU+gwaPKozLcBKfuTXbYg1ONqTVZpGX6mrQ="; }; nativeBuildInputs = [ which ]; Loading Loading @@ -78,10 +78,6 @@ in stdenv.mkDerivation rec { ${optionalString withRuby_3_1 "./configure ruby --module=ruby31 --ruby=${ruby_3_1}/bin/ruby"} ''; postInstall = '' rmdir $out/state ''; passthru.tests.unit-php = nixosTests.unit-php; meta = { Loading Loading
nixos/modules/services/web-servers/unit/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ in { PIDFile = "/run/unit/unit.pid"; ExecStart = '' ${cfg.package}/bin/unitd --control 'unix:/run/unit/control.unit.sock' --pid '/run/unit/unit.pid' \ --log '${cfg.logDir}/unit.log' --state '${cfg.stateDir}' --tmp '/tmp' \ --log '${cfg.logDir}/unit.log' --statedir '${cfg.stateDir}' --tmpdir '/tmp' \ --user ${cfg.user} --group ${cfg.group} ''; ExecStop = '' Loading
pkgs/servers/http/unit/default.nix +2 −6 Original line number Diff line number Diff line Loading @@ -30,14 +30,14 @@ let php82-unit = php82.override phpConfig; in stdenv.mkDerivation rec { version = "1.29.1"; version = "1.30.0"; pname = "unit"; src = fetchFromGitHub { owner = "nginx"; repo = pname; rev = version; sha256 = "sha256-Jk/rzPJq1FWWTe31Fa2Ah+MoWP5mh6XNSmiYIY42vvk="; sha256 = "sha256-QLTzlW1OsU+gwaPKozLcBKfuTXbYg1ONqTVZpGX6mrQ="; }; nativeBuildInputs = [ which ]; Loading Loading @@ -78,10 +78,6 @@ in stdenv.mkDerivation rec { ${optionalString withRuby_3_1 "./configure ruby --module=ruby31 --ruby=${ruby_3_1}/bin/ruby"} ''; postInstall = '' rmdir $out/state ''; passthru.tests.unit-php = nixosTests.unit-php; meta = { Loading