nixos/autorandr: added new KillMode

Prevents Udev Rule from killing processes started by autorandr

authored by

David Lewis and committed by helbling.dev 26ca9776 5e78d68b

+1
+1
nixos/modules/services/misc/autorandr.nix
··· 43 43 ExecStart = "${pkgs.autorandr}/bin/autorandr --batch --change --default ${cfg.defaultTarget}"; 44 44 Type = "oneshot"; 45 45 RemainAfterExit = false; 46 + KillMode = "process"; 46 47 }; 47 48 }; 48 49