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:
Yolanda Robla Mota 2016-09-12 09:45:14 +02:00
parent c3baf51bea
commit 26239b94c6
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[Unit]
Description=Create bridge for infra cloud
After=glean@.service network.target network-online.target
Wants=network-online.target
[Service]
Type=oneshot