Merge pull request #185301 from lovesegfault/geoclue-wifi-wait
This commit is contained in:
commit
4bd7ee8870
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user