summaryrefslogtreecommitdiffstats
path: root/recipes-config
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2017-12-21 10:30:45 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-21 21:02:07 +0000
commit2d1509013c5de258e7c7f9fa86e134e25f96ad44 (patch)
treef351208d13228262637ce85fd8cb4ea0951ba5e9 /recipes-config
parent92857169684e755ca44e87b127125c0a55977207 (diff)
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 <christian.gromm@microchip.com>
Diffstat (limited to 'recipes-config')
-rw-r--r--recipes-config/unicens-config/files/unicens-config.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-config/unicens-config/files/unicens-config.service b/recipes-config/unicens-config/files/unicens-config.service
index 24366cd8..c70e5f02 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]