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

do not unsupervise, just bring it down

parent cc396564
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,6 @@ execl-envfile ${1}
if {
if { 66-echo -- "[Starts rc.shutdown...]" }
66-all -v${VERBOSITY} -l ${LIVE} -t ${TREE} -f unsupervise
66-all -v${VERBOSITY} -l ${LIVE} -t ${TREE} -f down
}
66-echo -- "[rc.shutdown completed successfully]"
......@@ -436,7 +436,7 @@ void write_control(char const *scandir,char const *live, char const *filename, i
if (!auto_stra(&sa,
EXECLINE_BINPREFIX "foreground { " SS_BINPREFIX "66-all -v3 -l ",
live," unsupervise }\n"))
live," stop }\n"))
log_die_nomem("stralloc") ;
}
......
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