aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-09-19 14:13:20 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-20 12:17:49 +0100
commitdac7dd70eb7a55ada5fdfc224aba5bac7c49f63f (patch)
tree632dcdabc0b20e247adc7d1bd692fff21d4c2dd2 /meta/recipes-kernel
parent3ccb0855a7a6b147e5025855c6376747ba72986a (diff)
downloadopenembedded-core-dac7dd70eb7a55ada5fdfc224aba5bac7c49f63f.tar.gz
oprofileui-server: use two digit initscript sequene
initscript sequence numbers are 00-99, so using 999 resulted in systemd warning that it couldn't find "9oprofileui-server". Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui-server_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
index 70a1fbf9c3..dbb559965a 100644
--- a/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
+++ b/meta/recipes-kernel/oprofile/oprofileui-server_git.bb
@@ -26,7 +26,7 @@ do_install_append() {
inherit update-rc.d systemd
INITSCRIPT_NAME = "oprofileui-server"
-INITSCRIPT_PARAMS = "start 999 5 2 . stop 20 0 1 6 ."
+INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."
SYSTEMD_SERVICE_${PN} = "oprofileui-server.service"
SYSTEMD_AUTO_ENABLE = "disable"