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

fix:Fixing startup levels

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