all repos — nix-packages @ cfa368c34d7066c35f618c192673bb0f45d9ce26

My personal collection of packages for nix

fix batch goaccess jobs running on system activation

Alin
commit

cfa368c34d7066c35f618c192673bb0f45d9ce26

parent

cb75644de85c90c6b3de021ced044cee08c647a0

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M modules/nixos/goaccess.nixmodules/nixos/goaccess.nix
@@ -298,6 +298,7 @@ Type = "oneshot";
CPUSchedulingPolicy = lib.mkDefault "batch"; Nice = lib.mkDefault "+10"; IOSchedulingPriority = lib.mkDefault 6; + RemainAfterExit = true; # Prevents the service from automatically starting on rebuild. See https://discourse.nixos.org/t/how-to-prevent-custom-systemd-service-from-restarting-on-nixos-rebuild-switch/43431 } ); }