summaryrefslogtreecommitdiffstats
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 17:58:29 +0000
commitf7bc41fca19f452f3a934291fb8ce55c8eab879a (patch)
treee3c32c8b3514816fe3edeac8559f41544ec450b9
parentfa23fc8927c1e6504a13b99de3793f4522ab6976 (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>
-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]