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>
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"