Break systemd unit dependency cycle
By default systemd adds an implict dependency on basic.target, which on some systems (Ubuntu 16) is an example, that depends on network.target which is after network-pre.target. This results in a dependency cycle and results in no glean unit's getting run. Change-Id: I904f69163a77fa5ee26f702628f4be5fcebbed64
This commit is contained in:
parent
091633b380
commit
b54ed69b1c
@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=Glean for interface %I
|
||||
DefaultDependencies=no
|
||||
Before=network-pre.target
|
||||
Wants=network-pre.target
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user