From 2c361cf26e77f8160a7c07200c4898d6a79b83e0 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 19 May 2024 22:45:12 -0700 Subject: [PATCH] another fix for Sovran_SystemsOS fixes service --- modules/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.nix b/modules/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.nix index 12194af..b357337 100755 --- a/modules/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.nix +++ b/modules/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.nix @@ -15,7 +15,7 @@ RemainAfterExit = "yes"; User = "root"; Group = "root"; - Type = "oneshot"; + Type = "idle"; }; wantedBy = [ "multi-user.target" ];