From 21aceef8ece72917606ef2d6ffefa99acd39a5cd Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 13 Feb 2025 06:51:34 -0800 Subject: [PATCH] updated Sovran_Systems_File_Fixes --- modules/Sovran_SystemsOS_File_Fixes_And_New_Services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Sovran_SystemsOS_File_Fixes_And_New_Services.nix b/modules/Sovran_SystemsOS_File_Fixes_And_New_Services.nix index 05f9e67..f35a2d0 100755 --- a/modules/Sovran_SystemsOS_File_Fixes_And_New_Services.nix +++ b/modules/Sovran_SystemsOS_File_Fixes_And_New_Services.nix @@ -10,7 +10,7 @@ }; serviceConfig = { - ExecStartPre= "/bin/sleep 30" + ExecStartPre= "/bin/sleep 30"; ExecStart = "/run/current-system/sw/bin/wget https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/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"; RemainAfterExit = "yes"; User = "root";