From: Christian Gromm Date: Thu, 21 Dec 2017 09:30:45 +0000 (+0100) Subject: recipes-config: unicens-config: add service type oneshot X-Git-Tag: 4.99.5~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=f7bc41fca19f452f3a934291fb8ce55c8eab879a 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 --- 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]