recipes-config: unicens-config: add service type oneshot 93/12893/2
authorChristian Gromm <christian.gromm@microchip.com>
Thu, 21 Dec 2017 09:30:45 +0000 (10:30 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 21 Dec 2017 21:02:07 +0000 (21:02 +0000)
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>
recipes-config/unicens-config/files/unicens-config.service

index 24366cd..c70e5f0 100644 (file)
@@ -4,6 +4,7 @@ After=systemd-modules-load.service
 Requires=systemd-modules-load.service
 
 [Service]
+Type=oneshot
 ExecStart=/usr/bin/unicens-config.sh
 
 [Install]