Skip to content
Snippets Groups Projects
Commit 498dd95c authored by BRONES Romain's avatar BRONES Romain
Browse files

fix:Fixing startup levels

parent d1d34c97
Branches
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda ...@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
# RC script # RC script
INITSCRIPT_NAME = "fofb-fpgainit.sh" INITSCRIPT_NAME = "fofb-fpgainit.sh"
INITSCRIPT_PARAMS = "defaults 50" INITSCRIPT_PARAMS = "start 50 2"
inherit update-rc.d inherit update-rc.d
SRC_URI = " file://fofb-fpgainit.sh" SRC_URI = " file://fofb-fpgainit.sh"
......
...@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda ...@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
# This will add startup scripts # This will add startup scripts
INITSCRIPT_NAME = "fofb-opcua-server.sh" INITSCRIPT_NAME = "fofb-opcua-server.sh"
INITSCRIPT_PARAMS = "defaults 91" INITSCRIPT_PARAMS = "defaults 91 3"
inherit update-rc.d inherit update-rc.d
SRC_URI = " file://app_*.mapt \ SRC_URI = " file://app_*.mapt \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment