Merge pull request #185301 from lovesegfault/geoclue-wifi-wait

This commit is contained in:
Bernardo Meurer
2022-08-09 23:15:22 -07:00
committed by GitHub
@@ -216,6 +216,7 @@ in
# we can't be part of a system service, and the agent should
# be okay with the main service coming and going
wantedBy = [ "default.target" ];
after = lib.optionals cfg.enableWifi [ "network-online.target" ];
unitConfig.ConditionUser = "!@system";
serviceConfig = {
Type = "exec";