updated Sovran_Systems_File_Fixes

This commit is contained in:
naturallaw77 2025-02-13 06:51:34 -08:00
parent 5739b87c40
commit 21aceef8ec

View File

@ -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";