diff options
author | Ming Liu <liu.ming50@gmail.com> | 2020-01-20 15:14:21 +0100 |
---|---|---|
committer | Mykhaylo Sul <ext-mykhaylo.sul@here.com> | 2020-01-30 08:40:02 +0100 |
commit | b14553b07b49e39e3237be3fcc30a35f07f6cfff (patch) | |
tree | 248737b23b04e8f40bd53af374df01861edc52b5 | |
parent | 5163ff50bb45903ca31b5b19220ad9ddf54ee0c1 (diff) | |
download | meta-updater-b14553b07b49e39e3237be3fcc30a35f07f6cfff.tar.gz |
aktualizr: relies on nss-lookup.target
aktualizr.service needs run after nss-lookup.target to ensure DNS
resolving is ready.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
-rw-r--r-- | recipes-sota/aktualizr/files/aktualizr.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/aktualizr/files/aktualizr.service b/recipes-sota/aktualizr/files/aktualizr.service index 726809e..b6f0980 100644 --- a/recipes-sota/aktualizr/files/aktualizr.service +++ b/recipes-sota/aktualizr/files/aktualizr.service | |||
@@ -1,6 +1,6 @@ | |||
1 | [Unit] | 1 | [Unit] |
2 | Description=Aktualizr SOTA Client | 2 | Description=Aktualizr SOTA Client |
3 | After=network.target | 3 | After=network.target nss-lookup.target |
4 | 4 | ||
5 | [Service] | 5 | [Service] |
6 | RestartSec=10 | 6 | RestartSec=10 |