From cd3415271b52a04dbb571faf4e96fffcabbef56f Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 27 Nov 2023 15:20:29 -0800 Subject: [PATCH] updated Sovran_SystemsOS_Light_File_Fixes_And_New_Services.nix --- 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 3af6523..d28e87d 100644 --- a/modules/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.nix +++ b/modules/Sovran_SystemsOS_Light_File_Fixes_And_New_Services.nix @@ -11,7 +11,7 @@ }; serviceConfig = { - 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_File_Fixes_And_New_Services.sh -O /home/free/Downloads/Sovran_SystemsOS_File_Fixes_And_New_Services.sh ; /run/current-system/sw/bin/bash /home/free/Downloads/Sovran_SystemsOS_File_Fixes_And_New_Services.sh"; + 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"; Type = "oneshot";