Updated Sovran_Systems helper
This commit is contained in:
parent
fa47902b0d
commit
3243edae0e
@ -3,17 +3,20 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
systemd.services.Sovran_SystemsOS_Light_File_Fixes_And_New_Services = {
|
systemd.services.Sovran_SystemsOS_Light_File_Fixes_And_New_Services = {
|
||||||
|
|
||||||
after = [ "network-online.target" ];
|
unitConfig = {
|
||||||
|
After = "btcpayserver.service";
|
||||||
serviceConfig = {
|
Requires = "network-online.target";
|
||||||
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";
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
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";
|
||||||
|
};
|
||||||
|
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user