another fix for Sovran_SystemsOS fixes service

This commit is contained in:
naturallaw77 2024-05-19 22:20:38 -07:00
parent d5a48f3613
commit 0a33754b19

View File

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