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 2c81631..52b4b0b 100755 --- a/modules/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.nix +++ b/modules/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.nix @@ -13,6 +13,7 @@ ExecStart = "/run/current-system/sw/bin/wget https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS_Light/raw/branch/main/file_fixes_and_new_services/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.sh -O /home/free/Downloads/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.sh ; /run/current-system/sw/bin/bash /home/free/Downloads/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.sh"; RemainAfterExit = "yes"; User = "root"; + Group = "root"; Type = "oneshot"; };