Add wants setting for network-online.target
According to documentation, the proper way to start a service after the network comes up, is add After and Wants on the default file. Change-Id: Ibf252426210fcb1716dae918266d988a36ccbbb6
This commit is contained in:
parent
c3baf51bea
commit
26239b94c6
@ -1,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Create bridge for infra cloud
|
Description=Create bridge for infra cloud
|
||||||
After=glean@.service network.target network-online.target
|
After=glean@.service network.target network-online.target
|
||||||
|
Wants=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user