diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2017-12-21 10:30:45 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-21 17:58:29 +0000 |
commit | f7bc41fca19f452f3a934291fb8ce55c8eab879a (patch) | |
tree | e3c32c8b3514816fe3edeac8559f41544ec450b9 /recipes-config/unicens-config/files/unicens-config.service | |
parent | fa23fc8927c1e6504a13b99de3793f4522ab6976 (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/unicens-config/files/unicens-config.service')
-rw-r--r-- | recipes-config/unicens-config/files/unicens-config.service | 1 |
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 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] |