summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
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() {
26inherit update-rc.d systemd 26inherit update-rc.d systemd
27 27
28INITSCRIPT_NAME = "oprofileui-server" 28INITSCRIPT_NAME = "oprofileui-server"
29INITSCRIPT_PARAMS = "start 999 5 2 . stop 20 0 1 6 ." 29INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."
30 30
31SYSTEMD_SERVICE_${PN} = "oprofileui-server.service" 31SYSTEMD_SERVICE_${PN} = "oprofileui-server.service"
32SYSTEMD_AUTO_ENABLE = "disable" 32SYSTEMD_AUTO_ENABLE = "disable"