From 096d1487b5c1441595bc0700b089e3bc011cbdf4 Mon Sep 17 00:00:00 2001 From: Christian Gromm Date: Tue, 7 Aug 2018 13:25:50 +0200 Subject: [PATCH] recipes-config: make unit be wanted by multi-user.target This patch replaces the default.target with the multi-user.target to ensure that the unit is being executed by systemd. Change-Id: I3d696eb88052be63c82bd11434fd338371deb38d Signed-off-by: Christian Gromm --- recipes-config/unicens-config/files/unicens-config.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-config/unicens-config/files/unicens-config.service b/recipes-config/unicens-config/files/unicens-config.service index c70e5f026..43c8a1673 100644 --- a/recipes-config/unicens-config/files/unicens-config.service +++ b/recipes-config/unicens-config/files/unicens-config.service @@ -8,4 +8,4 @@ Type=oneshot ExecStart=/usr/bin/unicens-config.sh [Install] -WantedBy=default.target +WantedBy=multi-user.target -- 2.16.6