fix for Sovran_SystemsOS fixes service

This commit is contained in:
naturallaw77 2024-05-19 22:15:13 -07:00
parent 43ac3fac92
commit d5a48f3613

View File

@ -6,8 +6,8 @@
unitConfig = {
After = "network-online.target";
Requires = "network-online.target";
Wants = "network-online.target";
Requires = "network.target" "network-online.target";
};
serviceConfig = {