nixos/sing-box: wait until network is up (#449541)
This commit is contained in:
@@ -89,6 +89,8 @@ in
|
||||
"${lib.getExe cfg.package} -D \${STATE_DIRECTORY} -C \${RUNTIME_DIRECTORY} run"
|
||||
];
|
||||
};
|
||||
# After= is specified by upstream
|
||||
requires = [ "network-online.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user