From f7bc41fca19f452f3a934291fb8ce55c8eab879a Mon Sep 17 00:00:00 2001 From: Christian Gromm Date: Thu, 21 Dec 2017 10:30:45 +0100 Subject: [PATCH] recipes-config: unicens-config: add service type oneshot This patch sets the type of the unicens-config.service file to oneshot. It is needed to ensure a proper initialization of the system on an SMP machine. Change-Id: I4bb74157efe1d4a9ce86d29135af6898eefa30d1 Signed-off-by: Christian Gromm --- recipes-config/unicens-config/files/unicens-config.service | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-config/unicens-config/files/unicens-config.service b/recipes-config/unicens-config/files/unicens-config.service index 24366cd8d..c70e5f026 100644 --- a/recipes-config/unicens-config/files/unicens-config.service +++ b/recipes-config/unicens-config/files/unicens-config.service @@ -4,6 +4,7 @@ After=systemd-modules-load.service Requires=systemd-modules-load.service [Service] +Type=oneshot ExecStart=/usr/bin/unicens-config.sh [Install] -- 2.16.6