Skip to content
Snippets Groups Projects
Commit 11a89d7b authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

adapt skel files

parent ba37fcfe
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ importas -iu LIVE LIVE
if -n {
if { 66-echo -- "[Start services of tree ${TREE}...]" }
66 -v${VERBOSITY} -l ${LIVE} tree up ${TREE}
66 -v${VERBOSITY} -l ${LIVE} tree start ${TREE}
}
if { 66-echo -- "rc.init: fatal: please see the log at ${LIVE}/log/0/current" }
......
......@@ -13,7 +13,7 @@ importas -iu CONTAINER_HALTCMD
foreground {
if { 66-echo -- "[Start services of tree ${TREE}...]" }
66 -v${VERBOSITY} -l ${LIVE} tree up ${TREE}
66 -v${VERBOSITY} -l ${LIVE} tree start ${TREE}
}
importas initcode ?
......
......@@ -14,6 +14,6 @@ execl-envfile ${1}
if {
if { 66-echo -- "[Starts rc.shutdown...]" }
66 -v${VERBOSITY} -l ${LIVE} tree -f down ${TREE}
66 -v${VERBOSITY} -l ${LIVE} tree stop -f ${TREE}
}
66-echo -- "[rc.shutdown completed successfully]"
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